Cross Reference: c_edge_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
c_edge_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
FactoryGirl.define
do
factory
:
c_edge
do
parent_id
{
FactoryGirl.create
(:
category
)
.
id
}
child_id
{
FactoryGirl.create
(:
category
)
.
id
}
end
end