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.
Removed tests such as
1 2 3
.I also get this. Currently this kata is unsolvable in ruby. Also I'm fairly certain this is a duplicate.
No matter what I pass into the guess method (Ruby version), I get a NoMethodError:
You should have sample test cases preloaded in the box which is there for your own test cases.
Sample test cases are optionally provided by the kata author.
Is there a way to see the sample test cases when actually doing the kata though? I couldn't find one without clicking over to the discussion and risking spoilers.
This should be obvious from the sample test cases.
This isn't tested for.
There are a LOT of test cases that aren't covered in the example.
It should say that "3" should come out to 3, "3 4" should come out to 4, and "2 -" should come out to -2.