summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index fb25d3a8b14..9031ae8be4a 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -28,7 +28,7 @@ Rails.application.configure do
config.action_mailer.delivery_method = :test
# Print deprecation notices to the stderr
- config.active_support.deprecation = :stderr
+ config.active_support.deprecation = :raise
config.eager_load = false