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.
Looking at the tests I can tell that everything seems fine to me (especially when viewing tests requires completing the kata). So, I'm tempted to say that it's your code that isn't working correctly.
Deleted the red dot as suggested and now sample test passes. But Attempt fails on 1 basic test and 1 random test. I don't believe either failure has to do with my code, since both errors mention the
each_char
method and the random test error mentions thetimes
method. I used neither of those methods in my solution.For the basic test failure:
For the random test failure:
@mmanousos, click Attempt instead, or delete the red dot after the sample test and try again.
Mistake in sample tests in Ruby:
There's a mistake in sample tests.
Yes, I'm sure. My script runs on my system. I wrote it in my code editor then copied and pasted here. It is only 15 lines long, and includes all necessary closing
end
commands. So I'm not sure why they would register an error on line 20.Are you sure your code isn't missing the
end
the error is about?I am unable to validate my solution: getting a tIDENTIFIER error on line 20, but my code is only 15 lines long. So maybe it's an error with the test?
main.rb:20: syntax error, unexpected tIDENTIFIER, expecting keyword_end