diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 1 | ||||
-rw-r--r-- | config/environments/test_pgsql.rb | 3 | ||||
-rw-r--r-- | config/environments/test_sqlite3.rb | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 9ba9ae0f8..7c821da07 100644 --- a/config/environments/test.rb +++ b/config/environments/test.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.perform_deliveries = true config.action_mailer.delivery_method = :test 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 diff --git a/config/environments/test_sqlite3.rb b/config/environments/test_sqlite3.rb index 35bb19bee..7c821da07 100644 --- a/config/environments/test_sqlite3.rb +++ b/config/environments/test_sqlite3.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 |