From 3395633a5045fce1f9a9d25f86ba897491874d15 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 9 Oct 2012 19:40:38 +0200 Subject: adds a missing require --- activesupport/test/core_ext/hash_ext_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/test/core_ext/hash_ext_test.rb b/activesupport/test/core_ext/hash_ext_test.rb index fbe98aed06..b32f0772e2 100644 --- a/activesupport/test/core_ext/hash_ext_test.rb +++ b/activesupport/test/core_ext/hash_ext_test.rb @@ -6,6 +6,7 @@ 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