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.
Apparently fixed somewhere in the past 5 years. Closing.
my advice to others is to do not try to decode until you find the clue1 text
for Go
That means to get some value two times - twice.
Oops, trying to delete a duplicate post.
Try this:
I'm having the same issue. How does one test if a method throws an error?
test.expect(Exception, method(param))
does not seem to work. However,
test.expect(Exception, method)
This will work? How do I test that wron parameters will throw an error to a method?
Ah, I'm too lazy and my ruby skill is very poor ;-)
The kata is designed for you to solve the clues before completing the solution :-)