retrospring/spec/support/factory_bot.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
137 B
Ruby
Raw Normal View History

2020-04-19 21:47:19 +02:00
# frozen_string_literal: true
require "factory_bot_rails"
2014-11-14 20:45:30 +01:00
RSpec.configure do |config|
2020-04-19 17:27:42 +02:00
config.include FactoryBot::Syntax::Methods
2014-11-14 20:45:30 +01:00
end