Cross Reference:
xref
: /
ontohub
/
test
/
factories
/
proof_status.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
proof_status.rb revision e200ddd4b78a4915a072095be2a2e6cac65ed333
1516
N/A
FactoryGirl.define
do
50
N/A
factory
:
proof_status
do
50
N/A
initialize_with
{
ProofStatus.find
(
'OPN'
)
}
50
N/A
end
50
N/A
end
50
N/A