This commit is contained in:
Rafael Mendonça França 2015-10-30 17:50:53 -02:00
parent eb6cdcab39
commit 08225104d1

@ -1613,7 +1613,6 @@ def test_should_return_dup_for_with_indifferent_access
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