Merged src directory with existing koans.

This commit is contained in:
Jim Weirich
2009-12-21 16:17:32 -05:00
parent c651dd5eba
commit f05d9ee1ac
21 changed files with 82 additions and 69 deletions

View File

@@ -128,7 +128,7 @@ EOS
assert_equal __('The value is #{value}'), string
end
def test_any_ruby_expression_my_be_interpolated
def test_any_ruby_expression_may_be_interpolated
string = "The square root of 5 is #{Math.sqrt(5)}"
assert_equal __("The square root of 5 is 2.23606797749979"), string
end