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.
PHP: the time in random tests should not be fixated to a few pre-defined values
JS: Invalid dates will be generated which contradicts with kata specs
chai
andassert
should be used in JSRuby 3.0 should be enabled.
PHP translation added.
The sample tests' method name is wrongly spelled and should be corrected
Not enough examples, and the example gives a result of 79.9999 which is not 80. Should fail
exmple test in ruby uses Camel case rather than snake case for method name. Possible example test for "Pass" case.
Ruby version only has 3 static tests :(
In the ruby version some of the tests are written for the method buyOrPass and others buy_or_pass!
The method has a different name in the first test buyOrPass instead of buy_or_pass
This comment is hidden because it contains spoiler information about the solution
for ruby in test method has bad name
// are used for comments in Ruby (instead of #)
method name of the test is incorrect (uses camel format instead of _)
Ruby test assert is not defined correctly.
Loading more items...