Merge pull request #2990 from betagouv/disable-rails-traces-during-tests
spec: fix Mina enabling Rails traces during tests
This commit is contained in:
commit
bccb86144e
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ end
|
|||
DatabaseCleaner.strategy = :transaction
|
||||
|
||||
TPS::Application.load_tasks
|
||||
Rake.application.options.trace = false
|
||||
|
||||
include Warden::Test::Helpers
|
||||
|
||||
|
|
Loading…
Reference in a new issue