Cross Reference: proof_attempt_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
proof_attempt_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
proof_attempt_factory.rb revision dec646b1c869d05722892d5c4b22f45045aaaf53
FactoryGirl.define
do
factory
:
proof_attempt
do
prover_output
{
'SPASS Output'
}
tactic_script
{
'SPASS Tactic Script'
}
time_taken
{
rand
(
5
)
}
association
:
proof_status
,
factory
: :
proof_status_open
association
:
theorem
association
:
prover
association
:
proof_attempt_configuration
end
end