aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Weber <csshsh@gmail.com>2005-10-26 10:29:59 +0000
committerFlorian Weber <csshsh@gmail.com>2005-10-26 10:29:59 +0000
commit88bc13a01d435b337ae0abf623545f327d07ef25 (patch)
treeb41e0efcc5126bb10245d768d90e0e2016c9503a
parentc7a6b9862dca37fd393a7585f850dfb46725ad40 (diff)
downloadrails-88bc13a01d435b337ae0abf623545f327d07ef25.tar.gz
rails-88bc13a01d435b337ae0abf623545f327d07ef25.tar.bz2
rails-88bc13a01d435b337ae0abf623545f327d07ef25.zip
Removed the dead test settings
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2738 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-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