Fixed exceptions typo

This commit is contained in:
Luke Pearce
2010-11-29 13:24:40 +00:00
parent 71f670ac1d
commit 9291f534c6

View File

@@ -22,8 +22,8 @@ class AboutExceptions < EdgeCase::Koan
assert_equal __, result assert_equal __, result
assert ex.is_a?(___), "Failure message." assert ex.is_a?(__)
assert ex.is_a?(___), "Failure message." assert_equal __, ex.message
assert RuntimeError.ancestors.include?(StandardError), assert RuntimeError.ancestors.include?(StandardError),
"RuntimeError is a subclass of StandardError" "RuntimeError is a subclass of StandardError"