From e89b4bc0c787d7010ba653d1cf0e0f5a2766b2f5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 21 May 2008 23:38:26 +0200 Subject: gsub("ActionMailer", "Action Mailer") --- railties/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 -- cgit v1.2.3