Method: FactoryBot::Definition#skip_create
- Defined in:
- lib/factory_bot/definition.rb
#skip_create ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
91 92 93 |
# File 'lib/factory_bot/definition.rb', line 91 def skip_create @to_create = ->(instance) {} end |