From f0fc49d2568253e7fc66c51a170f0c25c661c296 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sat, 12 Jul 2014 19:05:39 +0200 Subject: Fix tests broken in https://github.com/rails/rails/pull/16149 --- activesupport/test/core_ext/hash/transform_keys_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/core_ext/hash') 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 -- cgit v1.2.3