Commit e07a3731 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2221 from yui-knk/add-exception-test

Add exception test
parents 7f899d77 8b6bfd1a
......@@ -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