Merge branch 'master' of git://github.com/caius/ruby_koans into caius/master

This commit is contained in:
Marc Peabody
2009-10-08 10:35:50 -04:00

View File

@@ -72,7 +72,7 @@ class AboutMessagePassing < EdgeCase::Koan
def test_sending_undefined_messages_to_a_typical_object_results_in_errors
typical = TypicalObject.new
assert_raise(___) do
exception = assert_raise(___) do
typical.foobar
end
assert_match(/foobar/, exception.message)