retrospring/spec/support/factory_girl.rb

4 lines
78 B
Ruby
Raw Normal View History

2014-11-14 20:45:30 +01:00
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end