summaryrefslogtreecommitdiff
path: root/spec/support/factory_bot.rb
blob: e4b07e9ec7fc318732be94e9635ea8fe3f084252 (plain)
1
2
3
4
RSpec.configure do |config|
  config.include FactoryBot::Syntax::Methods
  FactoryBot.find_definitions
end