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.
ofcourse not, more than five test.
Not sure what broke it. A bunch of test framework updates have been made recently which might somehow depend on fixnum+. I've updated the kata to use a workaround. I also put the undef calls within the preloaded block, as having them in the test fixture didn't actually disable them until after the solution code had already been called.