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.
Yes, I believe so. I keep getting this error in Java: "expected:<[most trees are b]lue> but was:<[Most Trees Are B]lue>"
The most common problem with passing this kata is respecting the significance of whitespace characters. Have you looked into that?
I spent way to long before realizing the simple, layman's method of completing this kata... oh well, I'll know it next time. Advice for anybody else, don't over think it!
So as I understand the question, you receive a string ("most trees are blue") and you are supposed to return the capitalized version of it ("Most Trees Are Blue"). I pass the second and third testunits but am consistently failing the first even with success in other IDEs. Seems like the first test is broken and is in need of fixing.
Also, the failure texts should be straight to the point as well as helpful, none of this "try again please, you failed :)" mess