aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/performance_test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/helpers/performance_test_helper.rb')
-rw-r--r--railties/helpers/performance_test_helper.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/railties/helpers/performance_test_helper.rb b/railties/helpers/performance_test_helper.rb
index 3c4c7fb740..1aafc7f7e5 100644
--- a/railties/helpers/performance_test_helper.rb
+++ b/railties/helpers/performance_test_helper.rb
@@ -1,6 +1,2 @@
require 'test_helper'
-require 'action_controller/performance_test'
-
-ActionController::Base.perform_caching = true
-ActiveSupport::Dependencies.mechanism = :require
-Rails.logger.level = ActiveSupport::BufferedLogger::INFO
+require 'performance_test_help'