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.
I'm also in Ruby and passing the normal tests and then getting errors on the "random strings." The test says its expecting an empty string which doesn't make sense...... ("")
Same issue here lol. Should work for random string too - Expected: "", instead got: "jn11h2su3114vp5"
That's funny, I'm having a problem with the random tests in Ruby too, but whereas yours expected just a small part of the string, mine expected an empty string:
I have a solution which passes normal test cases but fails on random strings during submit. Here's the message I get:
Is it me getting the kata in a wrong way, or is there a bug in tests? (Language used - ruby).