Fixed test_symbols_with_spaces_can_be_built method name collision.
authorJim Weirich <jim.weirich@gmail.com>
Thu, 21 Oct 2010 11:02:10 +0000 (07:02 -0400)
committerJim Weirich <jim.weirich@gmail.com>
Thu, 21 Oct 2010 11:02:10 +0000 (07:02 -0400)
src/about_symbols.rb

index 7a2e19a..705c2e3 100644 (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"