diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-07-31 11:50:52 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-07-31 11:50:52 -0700 |
commit | d701b3fa470b53a56da131cf64b96e411178bc08 (patch) | |
tree | 0cc02679663708e640eb9ae36286fcfc5d7aa4c8 /actionpack/test | |
parent | 0fd78578414f4cc12ce91ee5ba1f238f1c396a94 (diff) | |
parent | ec7457ed2a2c8e7bd0db951673324d8e316fbbf6 (diff) | |
download | rails-d701b3fa470b53a56da131cf64b96e411178bc08.tar.gz rails-d701b3fa470b53a56da131cf64b96e411178bc08.tar.bz2 rails-d701b3fa470b53a56da131cf64b96e411178bc08.zip |
Merge pull request #2379 from arunagw/extra_require_removal
Removing extra requires from the test. Already loaded in abstract_unit.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/helper_test.rb | 1 |
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__) |