aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_help.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-01-04 17:23:36 -0600
committerJoshua Peek <josh@joshpeek.com>2010-01-04 17:23:36 -0600
commit17f053931ea3bbf583f197d3318eece0b5a771d6 (patch)
treed459248db60edbc3ef29d531d96397bb071e90f3 /railties/lib/rails/test_help.rb
parent947bbc170efc498499911d164eccd05db19a5c63 (diff)
downloadrails-17f053931ea3bbf583f197d3318eece0b5a771d6.tar.gz
rails-17f053931ea3bbf583f197d3318eece0b5a771d6.tar.bz2
rails-17f053931ea3bbf583f197d3318eece0b5a771d6.zip
use_instantiated_fixtures and use_transactional_fixtures defaults are set in active_record/fixtures
Diffstat (limited to 'railties/lib/rails/test_help.rb')
-rw-r--r--railties/lib/rails/test_help.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/rails/test_help.rb b/railties/lib/rails/test_help.rb
index 4308fc5b82..e76c476bfb 100644
--- a/railties/lib/rails/test_help.rb
+++ b/railties/lib/rails/test_help.rb
@@ -9,8 +9,6 @@ if defined?(ActiveRecord)
class ActiveSupport::TestCase
include ActiveRecord::TestFixtures
self.fixture_path = "#{Rails.root}/test/fixtures/"
- self.use_instantiated_fixtures = false
- self.use_transactional_fixtures = true
end
ActionController::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path