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.
Seeing some issues w/ random ruby tests.
eg.
Testing for word: GnnOwwceJ
It Should encode ')))))))))' - Expected: ")))))))))", instead got: "())())((("
According to the test, all of the letters in the above string appear more than once. They obviously don't. G, O, C, E and J all appear once, regardless of capitalization. This is the simplest I've seen, but it appears that all of the random character string tests in Ruby are broken. They all expect a series of ')' characters, matching the length of the string, but not actually testing the case.