Module: EacRailsGemSupport::Rspec::Setup::FactoryBot::HelpMethods

Defined in:
lib/eac_rails_gem_support/rspec/setup/factory_bot.rb

Instance Method Summary collapse

Instance Method Details

#factory_bot_fetch(key) ⇒ Object



19
20
21
# File 'lib/eac_rails_gem_support/rspec/setup/factory_bot.rb', line 19

def factory_bot_fetch(key)
  ::EacRailsGemSupport::FactoryBot::InstanceRegistry.fetch(key)
end