diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-10-30 17:50:53 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-10-30 17:50:53 -0200 |
commit | 08225104d15a7755289f71d74e9a0d04171a59c7 (patch) | |
tree | 254274bf2f3bab9dcb8c549567f65cc569d978b2 | |
parent | eb6cdcab394245bbb08747103dd7b76027933ef1 (diff) | |
download | rails-08225104d15a7755289f71d74e9a0d04171a59c7.tar.gz rails-08225104d15a7755289f71d74e9a0d04171a59c7.tar.bz2 rails-08225104d15a7755289f71d74e9a0d04171a59c7.zip |
:scissors:
-rw-r--r-- | activesupport/test/core_ext/hash_ext_test.rb | 1 |
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 |