Generated new koans directory.

This commit is contained in:
Jim Weirich
2010-01-15 09:53:28 -05:00
parent d4c9150453
commit 1d1ab85777
3 changed files with 9 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ class AboutControlStatements < EdgeCase::Koan
assert_equal __, result
end
def test_if_then_else_statements
def test_if_then_statements
result = :default_value
if true
result = :true_value