aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-21 23:38:26 +0200
committerXavier Noria <fxn@hashref.com>2008-05-21 23:39:07 +0200
commite89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5 (patch)
tree8c10bc050153790f6d7c945ab41cb275eace6fe0 /railties
parent291333d93a443d378e8837d97e04f06911ff85ab (diff)
downloadrails-e89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5.tar.gz
rails-e89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5.tar.bz2
rails-e89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5.zip
gsub("ActionMailer", "Action Mailer")
Diffstat (limited to 'railties')
-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