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.
Why the test don't pass even though I provide username, password
from the SecureLogin::ADMIN in Frontend#given_credentials?
https://www.evernote.com/l/AYOBsQGpQexNub3hg406G6kKJBP9exJLUNQ
@user = user if (user.password == given.password)
Why plain user.password is tested for equality against crypted given.password?.
thx!
class WordDictionary()
Parentheses - "()" - is not needed after WordDictionary in ruby version
This comment is hidden because it contains spoiler information about the solution