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