aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-07-13 03:08:37 +0930
committerMatthew Draper <matthew@trebex.net>2014-07-13 03:08:37 +0930
commitccac6082bd4265f4827cc8bf9748c983d0a1c6c6 (patch)
tree79a0f0fa3ceb61abfc275db65e5beb26ac980476 /activesupport
parent84b4260e6c6238a8bd8ec5880daa8f7b10cfcb14 (diff)
parentf0fc49d2568253e7fc66c51a170f0c25c661c296 (diff)
downloadrails-ccac6082bd4265f4827cc8bf9748c983d0a1c6c6.tar.gz
rails-ccac6082bd4265f4827cc8bf9748c983d0a1c6c6.tar.bz2
rails-ccac6082bd4265f4827cc8bf9748c983d0a1c6c6.zip
Merge pull request #16150 from sferik/fix-tests
Fix tests broken in #16149
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/core_ext/hash/transform_keys_test.rb2
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