metamaps--metamaps/spec/support/factory_girl.rb

6 lines
175 B
Ruby
Raw Normal View History

2016-09-24 03:00:46 +00:00
# frozen_string_literal: true
# lets you type create(:user) instead of FactoryGirl.create(:user)
RSpec.configure do |config|
2015-12-16 14:19:58 +00:00
config.include FactoryGirl::Syntax::Methods
end