diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-07-15 21:07:25 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-07-15 21:07:25 +0100 |
commit | b337ab0221085ab1a941d87f06eb4904b5852c82 (patch) | |
tree | d3e3a716dcc1c0922c5e55b8e4e56e75ffa9b205 /railties/helpers | |
parent | aca246ab25497bb6787d2e18680e9f73ad13d223 (diff) | |
download | rails-b337ab0221085ab1a941d87f06eb4904b5852c82.tar.gz rails-b337ab0221085ab1a941d87f06eb4904b5852c82.tar.bz2 rails-b337ab0221085ab1a941d87f06eb4904b5852c82.zip |
Move performance test helper settings to railties
Diffstat (limited to 'railties/helpers')
-rw-r--r-- | railties/helpers/performance_test_helper.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/railties/helpers/performance_test_helper.rb b/railties/helpers/performance_test_helper.rb index f1662fa30a..1aafc7f7e5 100644 --- a/railties/helpers/performance_test_helper.rb +++ b/railties/helpers/performance_test_helper.rb @@ -1,7 +1,2 @@ require 'test_helper' -require 'action_controller/performance_test' - -ActionController::Base.perform_caching = true -ActionView::Base.cache_template_loading = true -ActiveSupport::Dependencies.mechanism = :require -Rails.logger.level = ActiveSupport::BufferedLogger::INFO +require 'performance_test_help' |