Commit 8b6bfd1a authored by yui-knk's avatar yui-knk

Add assert to Exception#inspect test.

parent faee6987
......@@ -341,7 +341,7 @@ assert('Exception 19') do
end
assert('Exception#inspect without message') do
Exception.new.inspect
assert_equal "Exception: Exception", Exception.new.inspect
end
assert('Exception#backtrace') do
......
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