Mercurial > rsstweet
diff config/environments/test.rb @ 3:7362277d416d
Remove action mailer leftover.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 18:25:49 +0900 |
parents | a1c9fadc0904 |
children | 157f7fd136fc |
line wrap: on
line diff
--- a/config/environments/test.rb Fri Sep 05 18:25:02 2014 +0900 +++ b/config/environments/test.rb Fri Sep 05 18:25:49 2014 +0900 @@ -29,7 +29,7 @@ # 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 + # config.action_mailer.delivery_method = :test # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr