heartcombo--devise/test/models
Durran Jordan d821275588 Fix spec failures for Mongoid 3.
This has no actual changes to Devise itself, just fixes the failing
tests when running against Mongoid 3 instead of Mongoid 2.

Mocha has been locked at 0.10.0 since 0.12.0 raises an error when trying
to set an expectation on a frozen object.

Tests were updated to work with both AR and Mongoid, some cases the XML
serialization was slightly different but both were outputting correct
and valid XML, and the id/_id field mismatch is now handled.

An active field was missing from the test models for Mongoid, and the
invalid :null => true options in field were removed.
2012-11-10 20:02:58 +01:00
..
authenticatable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
confirmable_test.rb Ensure a new token is generated if the previous one expired 2012-07-23 16:05:51 +02:00
database_authenticatable_test.rb update_with_password doesn't change encrypted password when it is invalid 2012-11-06 21:05:17 +03:00
lockable_test.rb Unit test for Lockable#unauthenticated_message not leaking account existence 2012-10-25 16:51:02 -05:00
omniauthable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
recoverable_test.rb Remove not used variables 2012-05-26 20:31:42 +04:00
registerable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
rememberable_test.rb Fix failing test. 2012-03-30 09:13:28 +02:00
serializable_test.rb Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
timeoutable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
token_authenticatable_test.rb
trackable_test.rb
validatable_test.rb Revert "Revert "New password default minimum length is now 8"" 2012-07-24 23:41:17 +02:00