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.
Yes, you're right. I used Array#shift with the input array, that's a bad thing.
Copying solved the issue. Thanks!
You are altering the list used by the test. Try to work on a copy or to not use destructive operation like python's pop.
Same issue, in Ruby. The kata is impossible to finish with these errors on testing.
Looks like random test examples shift two first elements from the array. It's currently impossible to complete this kata, you either have basic test passing and random failed or none at all after hacking.
Also 'Testig' is misspelled.
Please, fix the tests!