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.
I wrote a test (actually copied the one in the example) and was failing. I used https://repl.it/languages/Ruby to test my code and was working so I did not understand why. Finally saw this comment and submitted the code and it passed. Weird.
This comment is hidden because it contains spoiler information about the solution
Have a look at the docs.
He probaby doesn´t know that he has to write a test or anyhow what is a test and how is made :)
That happened to me. I realised that the box down/right is for making our own tests. Cool.
Now I need to learn what is a test and how is made :)
This would be more helpful if you told me what language you're using, and what tests you're talking about, because I don't have a clue as to either
When I run the tests, I got the info below.
"Test didn't pass: Unknown error"
But when I submit, it passed!