diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-07-31 23:36:21 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-07-31 23:36:21 +0530 |
commit | ec7457ed2a2c8e7bd0db951673324d8e316fbbf6 (patch) | |
tree | 9682beab3394aa6d8f8ac342f0063b26db15f3f7 /activesupport/test/json | |
parent | 3c4c281ed03b875e54579e006e3b7e6505042eec (diff) | |
download | rails-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/json')
-rw-r--r-- | activesupport/test/json/decoding_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/json/decoding_test.rb b/activesupport/test/json/decoding_test.rb index 201729a6c2..d1454902e5 100644 --- a/activesupport/test/json/decoding_test.rb +++ b/activesupport/test/json/decoding_test.rb @@ -2,7 +2,6 @@ require 'abstract_unit' require 'active_support/json' require 'active_support/time' -require 'active_support/core_ext/kernel/reporting' class TestJSONDecoding < ActiveSupport::TestCase TESTS = { |