aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/environments/test.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/railties/environments/test.rb b/railties/environments/test.rb
index 66b823dc6c..3609f90f8d 100644
--- a/railties/environments/test.rb
+++ b/railties/environments/test.rb
@@ -14,10 +14,4 @@ config.action_controller.perform_caching = false
# Tell ActionMailer 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
-
-# Overwrite the default settings for fixtures in tests. See Fixtures
-# for more details about these settings.
-# config.transactional_fixtures = true
-# config.instantiated_fixtures = false
-# config.pre_loaded_fixtures = false \ No newline at end of file
+config.action_mailer.delivery_method = :test \ No newline at end of file