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
1 changed files with 2 additions and 2 deletions

4
TODO
View File

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