Updated koans for about_symbols fix

This commit is contained in:
Jim Weirich
2010-10-21 07:04:54 -04:00
parent cfd5b6bbe1
commit 1864c9c346

View File

@@ -53,7 +53,7 @@ class AboutSymbols < EdgeCase::Koan
assert_equal symbol, __.to_sym
end
def test_symbols_with_spaces_can_be_built
def test_symbols_with_interpolation_can_be_built
value = "and"
symbol = :"cats #{value} dogs"