2021-12-19 14:51:06 -08:00
|
|
|
|
2020-04-19 12:47:19 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "factory_bot_rails"
|
|
|
|
|
2014-11-14 11:45:30 -08:00
|
|
|
RSpec.configure do |config|
|
2020-04-19 08:27:42 -07:00
|
|
|
config.include FactoryBot::Syntax::Methods
|
2014-11-14 11:45:30 -08:00
|
|
|
end
|