Cross Reference: action_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
action_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
action_factory.rb revision 3da1771ccd411609156bf2721537c6a8e41050d4
FactoryGirl.define
do
factory
(:
action
)
do
association
:
resource
,
factory
: :
ontology
initial_eta
{
5.minutes
}
end
end