From 88bc13a01d435b337ae0abf623545f327d07ef25 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Wed, 26 Oct 2005 10:29:59 +0000 Subject: Removed the dead test settings git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2738 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/test.rb | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3