aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-10-30 17:50:53 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-10-30 17:50:53 -0200
commit08225104d15a7755289f71d74e9a0d04171a59c7 (patch)
tree254274bf2f3bab9dcb8c549567f65cc569d978b2 /activesupport/test/core_ext/hash_ext_test.rb
parenteb6cdcab394245bbb08747103dd7b76027933ef1 (diff)
downloadrails-08225104d15a7755289f71d74e9a0d04171a59c7.tar.gz
rails-08225104d15a7755289f71d74e9a0d04171a59c7.tar.bz2
rails-08225104d15a7755289f71d74e9a0d04171a59c7.zip
:scissors:
Diffstat (limited to 'activesupport/test/core_ext/hash_ext_test.rb')
-rw-r--r--activesupport/test/core_ext/hash_ext_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/hash_ext_test.rb b/activesupport/test/core_ext/hash_ext_test.rb
index 265416dce7..2119352df0 100644
--- a/activesupport/test/core_ext/hash_ext_test.rb
+++ b/activesupport/test/core_ext/hash_ext_test.rb
@@ -1613,7 +1613,6 @@ class HashToXmlTest < ActiveSupport::TestCase
assert_not_same hash_wia, hash_wia.with_indifferent_access
end
-
def test_allows_setting_frozen_array_values_with_indifferent_access
value = [1, 2, 3].freeze
hash = HashWithIndifferentAccess.new