aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/performance_test_help.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-24 09:40:25 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-24 09:41:46 -0500
commitc2f8b4e92f8487b83a7c7bd0f19e535a9122d20e (patch)
treeef13dfc61382344ff1db39238cf0f6c57c2e2c38 /railties/lib/performance_test_help.rb
parent3fb623fa90fae619485c788d5addc776eedc2f12 (diff)
downloadrails-c2f8b4e92f8487b83a7c7bd0f19e535a9122d20e.tar.gz
rails-c2f8b4e92f8487b83a7c7bd0f19e535a9122d20e.tar.bz2
rails-c2f8b4e92f8487b83a7c7bd0f19e535a9122d20e.zip
Remove dead requries to AC integration. Rely on autoloads instead
Diffstat (limited to 'railties/lib/performance_test_help.rb')
-rw-r--r--railties/lib/performance_test_help.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/performance_test_help.rb b/railties/lib/performance_test_help.rb
index 2aaa21e85f..4ac38981d0 100644
--- a/railties/lib/performance_test_help.rb
+++ b/railties/lib/performance_test_help.rb
@@ -1,5 +1,3 @@
-require 'action_controller/testing/performance_test'
-
ActionController::Base.perform_caching = true
ActiveSupport::Dependencies.mechanism = :require
Rails.logger.level = ActiveSupport::BufferedLogger::INFO