Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/array/hash_spec.rb
Original file line number Diff line number Diff line change
@@ -81,6 +81,6 @@ def obj.hash() @hash end
end

it "produces different hashes for nested arrays with different values and empty terminator" do
[1, [1, []]].hash.should_not == [2, [2, []]]
[1, [1, []]].hash.should_not == [2, [2, []]].hash
end
end

0 comments on commit 41e728b

Please sign in to comment.