summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/t/hash.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/t/hash.rb b/test/t/hash.rb
index af662688a..240f6616b 100644
--- a/test/t/hash.rb
+++ b/test/t/hash.rb
@@ -222,5 +222,6 @@ end
assert('Hash#values', '15.2.13.4.28') do
a = { 'abc_key' => 'abc_value' }
+ p a.values
a.values == ['abc_value']
end