From 1864c9c3463032c418fe35ddb2b33fb08dfbe190 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Thu, 21 Oct 2010 07:04:54 -0400 Subject: [PATCH] Updated koans for about_symbols fix --- koans/about_symbols.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_symbols.rb b/koans/about_symbols.rb index a8b7f38..c38539f 100644 --- a/koans/about_symbols.rb +++ b/koans/about_symbols.rb @@ -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"