Commit a028a388 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Improve RuntimeError Tests

parent 0e16fd35
......@@ -2,5 +2,5 @@
# RuntimeError ISO Test
assert('RuntimeError', '15.2.28') do
RuntimeError.class == Class
assert_equal RuntimeError.class, Class
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment