Fixed broken assert in src, so that it is still broken in koan

This commit is contained in:
Jim Weirich
2009-12-21 16:36:48 -05:00
parent 5e2f80770d
commit 4fb9f8fb9f

View File

@@ -13,7 +13,14 @@ class AboutAsserts < EdgeCase::Koan
# Enlightenment may be more easily achieved with appropriate
# messages.
def test_assert_with_message
#--
assert true, "This should be true -- Please fix this"
if false
#++
assert false, "This should be true -- Please fix this"
#--
end
#++
end
# To understand reality, we must compare our expectations against