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