aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-07-31 23:36:21 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-07-31 23:36:21 +0530
commitec7457ed2a2c8e7bd0db951673324d8e316fbbf6 (patch)
tree9682beab3394aa6d8f8ac342f0063b26db15f3f7 /activesupport/test/core_ext
parent3c4c281ed03b875e54579e006e3b7e6505042eec (diff)
downloadrails-ec7457ed2a2c8e7bd0db951673324d8e316fbbf6.tar.gz
rails-ec7457ed2a2c8e7bd0db951673324d8e316fbbf6.tar.bz2
rails-ec7457ed2a2c8e7bd0db951673324d8e316fbbf6.zip
Removing extra requires from the test. Already loaded in abstract_unit.
Diffstat (limited to 'activesupport/test/core_ext')
-rw-r--r--activesupport/test/core_ext/string_ext_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/string_ext_test.rb b/activesupport/test/core_ext/string_ext_test.rb
index 18a86e08f5..a4bba056df 100644
--- a/activesupport/test/core_ext/string_ext_test.rb
+++ b/activesupport/test/core_ext/string_ext_test.rb
@@ -6,7 +6,6 @@ require 'inflector_test_cases'
require 'active_support/inflector'
require 'active_support/core_ext/string'
require 'active_support/time'
-require 'active_support/core_ext/kernel/reporting'
require 'active_support/core_ext/string/strip'
class StringInflectionsTest < Test::Unit::TestCase