metamaps--metamaps/spec/support/factory_girl.rb
2015-12-16 22:19:58 +08:00

5 lines
145 B
Ruby

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