Add assert to Exception#inspect test.

This commit is contained in:
yui-knk
2014-05-10 00:07:20 +09:00
parent faee698746
commit 8b6bfd1a25
+1 -1
View File
@@ -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