From f863c3ced5df4518413fd751f6294aeedb0f271d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 21 Dec 2009 21:24:19 +0100 Subject: [PATCH] Support to multiple ORMs in the test suite (rake pre_commit) before commiting. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 7eb18a66..3d291a53 100644 --- a/TODO +++ b/TODO @@ -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