Class: FactoryGirl::Strategy::Null
- Inherits:
-
Object
- Object
- FactoryGirl::Strategy::Null
- Defined in:
- lib/factory_girl/strategy/null.rb
Instance Method Summary collapse
Instance Method Details
#association(runner) ⇒ Object
4 5 |
# File 'lib/factory_girl/strategy/null.rb', line 4 def association(runner) end |
#result(evaluation) ⇒ Object
7 8 |
# File 'lib/factory_girl/strategy/null.rb', line 7 def result(evaluation) end |