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.
https://github.com/codewars/runner/issues/155 ^_^
Done. Now only "Random tests" rely on the "complete_solution"
Done. I have updated the tests - hope it's okay now
Fixed. I found a way not to duplicate the "complete_solution"
Not sure why, but when I change to Ruby 3, the Kata fails validation:
I think this is the bug in our beloved Codewars :(
Thank you for the feedback!
I have moved some of the "Test Cases" to the "Test Examples" - I think that's enough
If I place "def complete_solution" before the first "describe" block (into global scope), the Kata can be completed by:
Done. I have changed the descriptions. Thanks!