From 9285f6c7ae3e4addf940b033713e6d0e09ae1540 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Fri, 14 Oct 2005 20:33:39 +0000 Subject: Made the instantiated/transactional fixtures settings be controlled through Rails::Initializer. Transactional and non-instantiated fixtures are default from now on. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2588 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/test.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/environments') diff --git a/railties/environments/test.rb b/railties/environments/test.rb index 5402d88f81..66b823dc6c 100644 --- a/railties/environments/test.rb +++ b/railties/environments/test.rb @@ -15,3 +15,9 @@ config.action_controller.perform_caching = false # 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 -- cgit v1.2.3