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