demarches-normaliennes/spec/support/factory_girl.rb

3 lines
77 B
Ruby
Raw Normal View History

RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end