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.
The fork was approved but it didn't over write the sample test cases which was odd.
Still facing the same problem with the Ruby version!
Approved, thanks
I've forked the translation and changed the example tests to use the correct method name.
I'd love to help (I just now bumped into the same issue).
In fact I tried to help, but, alas, when I click the "Edit Kata" button, all I get is an error message.
It's just a typo, essentially, on the method calls for the default Test Cases for Ruby. Should call "Test.assert_equals(num_obj(....))" rather than the current "Test.assert_equals(numObj(....))"
Ah ok, afraid that isnt my area of expertise... Can anyone advise?
Hi thanks for the feedback, what language are you attempting this in?