aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/factory_bot.rb
blob: 0ca1986346ce1c2bc7242cb13dd80afd4d1863fe (plain) (blame)
1
2
3
4
5
require 'factory_bot'

RSpec.configure do |config|
  config.include FactoryBot::Syntax::Methods
end