Edited src/about_symbols.rb via GitHub

This commit is contained in:
Daemian Mack
2011-08-29 21:44:30 -03:00
parent dfb272e626
commit 75d1505a44

View File

@@ -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