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