aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/test.rb')
-rw-r--r--railties/environments/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/environments/test.rb b/railties/environments/test.rb
index 1cfa614de3..11ce5066de 100644
--- a/railties/environments/test.rb
+++ b/railties/environments/test.rb
@@ -1,3 +1,4 @@
ActionController::Base.consider_all_requests_local = true
ActionController::Base.reload_dependencies = false
ActiveRecord::Base.reload_associations = false
+ActionMailer::Base.raise_delivery_errors = false \ No newline at end of file