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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/test.rb b/railties/environments/test.rb
index 58850a7974..1e709e1d19 100644
--- a/railties/environments/test.rb
+++ b/railties/environments/test.rb
@@ -16,7 +16,7 @@ config.action_controller.perform_caching = false
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = false
-# Tell ActionMailer not to deliver emails to the real world.
+# Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test