minor: test

This commit is contained in:
Kyle Banker 2011-06-22 12:06:20 -04:00
parent 20d916bf98
commit 0821e16f92
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class OrderedHashTest < Test::Unit::TestCase
assert_equal [:c, :d], h1.keys
assert_equal [3, 4], h1.values
assert h1.keys.id != h2.keys.id
end
def test_to_a_order_preserved