heartcombo--devise/test
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
..
controllers don't delete the return to url from session if the requested format is not navigational 2012-11-04 23:42:38 +03:00
generators handle namespaced models in AR generator 2012-10-28 00:59:33 +03:00
helpers Fix failing Mongoid tests 2011-08-05 01:38:42 +07:00
integration Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
mailers Address issue #1936 2012-06-26 23:11:35 +01:00
models Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
omniauth Delegate omniauth_authorize_path to the router, closes #1843 2012-06-16 13:43:11 +02:00
orm Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
rails_app Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
support Refactor according to rodrigoflores 2012-07-16 11:20:01 +02:00
delegator_test.rb Fix taking associated failure app from the scope in the given env. 2011-12-07 14:09:00 +02:00
devise_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00
failure_app_test.rb Try to fix the build for rails 3.1 2012-05-09 23:41:05 +02:00
mapping_test.rb Add confirmable to admin. 2011-12-11 20:07:50 +01:00
models_test.rb Remove not used variable, fix indent 2012-05-15 17:14:05 -03:00
routes_test.rb fix for :host getting overwritten in scope[:options] and thus not generating URLs with correct hostnames 2012-02-17 19:14:42 +09:00
test_helper.rb Revert "Merge pull request #1103 from Mab879/master" 2011-06-08 17:37:49 +02:00
test_helpers_test.rb Test helper was incorrectly returning failure body 2012-09-27 18:44:31 -06:00