mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Back ported a lot of changes made to the Koans directory.
Evidently, a lot of changes / pull requests were made to the koans directory and not to the src directory. Perhaps we should remove the koans directory entirely from the repo.
This commit is contained in:
@@ -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 farther down the path
|
||||
# Exceptions will be pondered further down the path
|
||||
assert_raise(___) do
|
||||
:cats + :dogs
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user