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

5 lines
145 B
Ruby
Raw Normal View History

# 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