Improve RuntimeError Tests

This commit is contained in:
Daniel Bovensiepen
2013-06-14 22:20:42 +08:00
parent 0e16fd3562
commit a028a388f7
+1 -1
View File
@@ -2,5 +2,5 @@
# RuntimeError ISO Test
assert('RuntimeError', '15.2.28') do
RuntimeError.class == Class
assert_equal RuntimeError.class, Class
end