diff options
author | Erik Michaels-Ober <sferik@gmail.com> | 2014-07-12 19:05:39 +0200 |
---|---|---|
committer | Erik Michaels-Ober <sferik@gmail.com> | 2014-07-12 19:05:39 +0200 |
commit | f0fc49d2568253e7fc66c51a170f0c25c661c296 (patch) | |
tree | 79a0f0fa3ceb61abfc275db65e5beb26ac980476 /activesupport | |
parent | 84b4260e6c6238a8bd8ec5880daa8f7b10cfcb14 (diff) | |
download | rails-f0fc49d2568253e7fc66c51a170f0c25c661c296.tar.gz rails-f0fc49d2568253e7fc66c51a170f0c25c661c296.tar.bz2 rails-f0fc49d2568253e7fc66c51a170f0c25c661c296.zip |
Fix tests broken in https://github.com/rails/rails/pull/16149
Diffstat (limited to 'activesupport')
-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 |