metamaps--metamaps/spec/support/factory_girl.rb
2017-11-25 11:23:47 -08:00

7 lines
176 B
Ruby

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