comparison config/environments/test.rb @ 205:10f1eb74e6d7

We have no activemailer. Copypasta failure.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 01:18:22 +0900
parents d4cf49db9c49
children 9e860754b5d6
comparison
equal deleted inserted replaced
204:c054f01477c4 205:10f1eb74e6d7
27 config.action_controller.allow_forgery_protection = false 27 config.action_controller.allow_forgery_protection = false
28 28
29 # Tell Action Mailer not to deliver emails to the real world. 29 # Tell Action Mailer not to deliver emails to the real world.
30 # The :test delivery method accumulates sent emails in the 30 # The :test delivery method accumulates sent emails in the
31 # ActionMailer::Base.deliveries array. 31 # ActionMailer::Base.deliveries array.
32 config.action_mailer.delivery_method = :test 32 # config.action_mailer.delivery_method = :test
33 33
34 # Print deprecation notices to the stderr. 34 # Print deprecation notices to the stderr.
35 config.active_support.deprecation = :stderr 35 config.active_support.deprecation = :stderr
36 end 36 end