Fixed test_symbols_with_spaces_can_be_built method name collision.

This commit is contained in:
Jim Weirich
2010-10-21 07:02:10 -04:00
parent e5843f64fd
commit cfd5b6bbe1

View File

@@ -53,7 +53,7 @@ class AboutSymbols < EdgeCase::Koan
assert_equal symbol, __("cats and dogs").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"