2021-12-19 23:51:06 +01:00
|
|
|
|
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
|