Bring mongomapper up to date. Remember that you need mongo_ext in order to use MongoMapper with Devise.

This commit is contained in:
José Valim
2010-01-16 11:22:09 +01:00
parent a5b2ee5171
commit 394b1ff444
5 changed files with 16 additions and 4 deletions

View File

@@ -16,6 +16,5 @@ class ActiveSupport::TestCase
setup do
User.delete_all
Admin.delete_all
Account.delete_all
end
end