1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Support to multiple ORMs in the test suite (rake pre_commit) before commiting.

This commit is contained in:
José Valim 2009-12-21 21:24:19 +01:00
parent 35a8d13369
commit f863c3ced5

4
TODO
View file

@ -1,5 +1,5 @@
* Make test run with different ORMs * Make test run with DataMapper (ActiveRecord, MongoMapper)
* Add registerable support * Add Registerable support
* Add http authentication support * Add http authentication support
* Extract SessionSerializer tests from Authenticatable * Extract SessionSerializer tests from Authenticatable
* Extract CookieSerializer tests from Authenticatable * Extract CookieSerializer tests from Authenticatable