Cross Reference:
xref
: /
ontohub
/
test
/
factories
/
sentence.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sentence.rb revision b2dbef8c73faa240d208f3ff9fb49b21d9a894a5
Factory.sequence
:
sentence_name
do
|n|
"Ax#{n}"
end
FactoryGirl.define
do
factory
:
sentence
do
association
:
ontology_version
, :
factory
=> :
ontology_version_with_file
name
{
Factory.next
:
sentence_name
}
text
{
Faker
::
Lorem.sentence
}
end
end