Skip to content

Instantly share code, notes, and snippets.

@petelacey
Created September 9, 2010 19:59
Show Gist options
  • Save petelacey/572450 to your computer and use it in GitHub Desktop.
Save petelacey/572450 to your computer and use it in GitHub Desktop.
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