From 0787cea3bb5e6f2c216e71090732bc55ee03c7dc Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 9 Oct 2012 21:55:43 +0200 Subject: let (array|hash)/conversions.rb load the extensions in object/to_(param|query).rb --- activesupport/test/core_ext/hash_ext_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/test/core_ext') diff --git a/activesupport/test/core_ext/hash_ext_test.rb b/activesupport/test/core_ext/hash_ext_test.rb index b32f0772e2..53ea2aad16 100644 --- a/activesupport/test/core_ext/hash_ext_test.rb +++ b/activesupport/test/core_ext/hash_ext_test.rb @@ -5,8 +5,6 @@ require 'active_support/core_ext/string/access' require 'active_support/ordered_hash' require 'active_support/core_ext/object/deep_dup' require 'active_support/inflections' -require 'active_support/core_ext/object/to_param' -require 'active_support/core_ext/object/to_query' class HashExtTest < ActiveSupport::TestCase class IndifferentHash < HashWithIndifferentAccess -- cgit v1.2.3