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.
I don't uderstand why this single test doesn't pass:
True should equal False
Log
current_date = March 5, 1998
expiration_date = March 25, 1998
entered_code = a12v564
correct_code = a12v564
current = 1998-03-05 00:00:00
expiration = 1998-03-25 00:00:00
current <= expiration -> True
entered_code == correct_code -> True
Why should it equal False?