webdev.camp/spec/support/factory_girl.rb

4 lines
78 B
Ruby
Raw Normal View History

2016-03-21 17:44:40 +01:00
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end