diff options
Diffstat (limited to 'config/environments/test_pgsql.rb')
-rw-r--r-- | config/environments/test_pgsql.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 35bb19bee..7c821da07 100644 --- a/config/environments/test_pgsql.rb +++ b/config/environments/test_pgsql.rb @@ -13,4 +13,5 @@ config.whiny_nils = true config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false -config.action_mailer.delivery_method = :test
\ No newline at end of file +config.action_mailer.perform_deliveries = true +config.action_mailer.delivery_method = :test |