Created
September 9, 2010 19:59
-
-
Save petelacey/572450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Account in the trial period should not be found in queries after the trial period expires (Not Yet Implemented) | |
./spec/models/account_spec.rb:1643 | |
1) | |
'Account in general should have password expiration range 180 days by default' FAILED | |
expected: 180, | |
got: 0 (using ==) | |
./spec/models/account_spec.rb:59: | |
2) | |
'Account in general should not override password expiration range if it has been set' FAILED | |
expected: 100, | |
got: 0 (using ==) | |
./spec/models/account_spec.rb:70: | |
3) | |
'Account when first created should make sure that the nil and blank are valid for password expiration range' FAILED | |
expected 0 errors on :password_expires_in, got 1 | |
./spec/models/account_spec.rb:391: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment