foodsoft/spec/support/factory_girl.rb

4 lines
123 B
Ruby
Raw Normal View History

2013-09-18 12:44:41 +02:00
RSpec.configure do |config|
# load FactoryGirl shortcuts create(), etc.
config.include FactoryGirl::Syntax::Methods
end