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 b1ba3fdd9a15df6e312301efd1399d99915cd9d0
FactoryGirl.define
do
factory
:
proof_attempt
do
prover
{
'SPASS'
}
prover_output
{
'SPASS Output'
}
tactic_script
{
'SPASS Tactic Script'
}
time_taken
{
rand
(
5
)
}
association
:
proof_status
,
factory
: :
proof_status_proven
association
:
theorem
end
end