Merge pull request #2990 from betagouv/disable-rails-traces-during-tests

spec: fix Mina enabling Rails traces during tests
This commit is contained in:
Pierre de La Morinerie 2018-11-14 14:40:29 +01:00 committed by GitHub
commit bccb86144e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,7 @@ end
DatabaseCleaner.strategy = :transaction
TPS::Application.load_tasks
Rake.application.options.trace = false
include Warden::Test::Helpers