From cfd5b6bbe10dfa3a998bb219e130ac0b63433ec4 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Thu, 21 Oct 2010 07:02:10 -0400 Subject: [PATCH] Fixed test_symbols_with_spaces_can_be_built method name collision. --- src/about_symbols.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_symbols.rb b/src/about_symbols.rb index 7a2e19a..705c2e3 100644 --- a/src/about_symbols.rb +++ b/src/about_symbols.rb @@ -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"