Cross Reference:
xref
: /
ontohub
/
test
/
factories
/
comment.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
comment.rb revision 8566aec18eff0f0d248d73d2f44f9df16cc41456
FactoryGirl.define
do
factory
:
comment
do
association
:
user
association
:
commentable
, :
factory
=> :
ontology
text
{
Faker
::
Lorem.paragraph
}
end
end