aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/helper_test.rb
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-07-31 23:36:21 +0530
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:26 -0700
commit30ef55de66decbbcf6475917c741c42fb738718b (patch)
tree9da379831a6354c34736a18cc571d8f0323d115b /actionpack/test/controller/helper_test.rb
parent9d0b376bbf44c5515ab0f1e72d4f4e466f315ef2 (diff)
downloadrails-30ef55de66decbbcf6475917c741c42fb738718b.tar.gz
rails-30ef55de66decbbcf6475917c741c42fb738718b.tar.bz2
rails-30ef55de66decbbcf6475917c741c42fb738718b.zip
Removing extra requires from the test. Already loaded in abstract_unit.
Diffstat (limited to 'actionpack/test/controller/helper_test.rb')
-rw-r--r--actionpack/test/controller/helper_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/helper_test.rb b/actionpack/test/controller/helper_test.rb
index 584d73668a..35a87c1aae 100644
--- a/actionpack/test/controller/helper_test.rb
+++ b/actionpack/test/controller/helper_test.rb
@@ -1,5 +1,4 @@
require 'abstract_unit'
-require 'active_support/core_ext/kernel/reporting'
ActionController::Base.helpers_path = File.expand_path('../../fixtures/helpers', __FILE__)