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 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