Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice one!
Took some time to solve for sure.
For everyone who's still struggling: do not forget about umbrellas you leave at work or home.
Great kata! Really enjoyed it.
And for everyone, who is having troubles with huge string, you really should dig in the manual: https://ruby-doc.org/core-2.2.0/Enumerator.html (for example)
BTW the same problem may occur in
assert_not_equals(actual, expected...)
It's an error in a framework which leads to another error. You should consider to leave a comment here: http://www.codewars.com/docs/ruby-test-reference
Solution is simple and won't affect Katas that work fine right now.
Okay, it's a pity that you can no longer modify your test case. Anyway it's a bad practice to use assert_equal( expected, actual ) reversed. I guess we understand each other, right? And by the way is it possible to have a look at "defaults" about Kata's input and etc? I'm quite new to this site, it might be helpful in solving other Katas.
This comment is hidden because it contains spoiler information about the solution