Cross Reference: axiom_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
axiom_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
FactoryGirl.define
do
factory
:
axiom
do
association
:
ontology
,
factory
: :
single_ontology
name
{
FactoryGirl.generate
:
sentence_name
}
text
{
Faker
::
Lorem.sentence
}
end
end