metamaps--metamaps/spec/support/factory_girl.rb
2018-03-10 08:10:09 -08:00

7 lines
174 B
Ruby

# frozen_string_literal: true
# lets you type create(:user) instead of FactoryBot.create(:user)
RSpec.configure do |config|
config.include FactoryBot::Syntax::Methods
end