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.
This comment is hidden because it contains spoiler information about the solution
It would be good to add tests with random inputs
that's correct
sorry, my bad.
Everything is ok with that!
Seems to be example with code '0"!dlroW ,olleH">:#,_@' is broken/not valid
Have you thought about adding tests with random entries?
Test case examples (section "Your Test Cases:") in Ruby have syntax errors:
You have missed a block (
do
-end
) for eachdescribe
I got the same. The last one in Example test cases is invalid, assuming that Kata Test Cases are valid.
No problem, you are welcome.
I'm glad that you have figured this problem out.
Translation in Ruby added
http://www.codewars.com/kata/typer-dot-js/translations
Thanks for checking!
This comment is hidden because it contains spoiler information about the solution
About random tests - it should work if you have defined it as like
You were getting Float numbers by rand(10). That's why you got NoMethodError.
Please take a look at my "suggestion post".
No, there are tests that check
One of the tests expects:
Another one (in the section "Testing with 10 cups"):
However, my solution passed 6 tests.
This comment is hidden because it contains spoiler information about the solution
Loading more items...