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.
Fixed.
Yeah, there should probably be something implemented in the final test suite that just copies the method name over. It's fair enough in your own tests because it's important to be able to check for errors in your own tests. This is the second time I've been caught and I only signed up yesterday :)
Ouch!!! That's why. Good catch!
[Ruby] In some test cases, the name of the method is
are_you_playing_banjo
, But in the main app the method name isareYouPlayingBanjo
undefined method `are_you_playing_banjo'