From 75d1505a44e1c6d14c0b053e508c52910326a5da Mon Sep 17 00:00:00 2001 From: Daemian Mack Date: Mon, 29 Aug 2011 21:44:30 -0300 Subject: [PATCH] Edited src/about_symbols.rb via GitHub --- 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 d618e7c..95cdffd 100644 --- a/src/about_symbols.rb +++ b/src/about_symbols.rb @@ -84,7 +84,7 @@ class AboutSymbols < EdgeCase::Koan # interesting string operations are available on symbols. def test_symbols_cannot_be_concatenated - # Exceptions will be pondered further father down the path + # Exceptions will be pondered further down the path assert_raise(___(NoMethodError)) do :cats + :dogs end -- 1.8.0.2