metamaps--metamaps/spec/support/factory_girl.rb
2016-09-24 11:00:46 +08:00

6 lines
175 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