diff options
-rw-r--r-- | activesupport/test/core_ext/hash/transform_keys_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/hash/transform_keys_test.rb b/activesupport/test/core_ext/hash/transform_keys_test.rb index 956fd7ae97..a7e12117f3 100644 --- a/activesupport/test/core_ext/hash/transform_keys_test.rb +++ b/activesupport/test/core_ext/hash/transform_keys_test.rb @@ -1,5 +1,5 @@ require 'abstract_unit' -require 'active_support/core_ext/hash/transform_keys' +require 'active_support/core_ext/hash/keys' class TransformKeysTest < ActiveSupport::TestCase test "transform_keys returns a new hash with the keys computed from the block" do |