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.
Wait, why is the ruby example test cases only comments?
This is why I hate accepting code by others when I don't know the language.
Anyone wanna help me make a quick example test case?
Here is the C# example test case as an example:
Would this work?
This error can come up if you run test tests but there are no test cases present, which is the case in this kata :D Either hit submit to check if your code passes or create your own test cases
Plenty of people have submitted Ruby solutions, so it most be your code.
I'm having a similar issue.
Output:
Expected: McClane john, instead got: McClane john
My issue was a leading space, which isn't shown in the output.
Show us your code.