README.textile in database_cleaner-0.5.1 vs README.textile in database_cleaner-0.5.2
- old
+ new
@@ -3,10 +3,10 @@
Database Cleaner is a set of strategies for cleaning your database in Ruby.
The original use case was to ensure a clean state during tests. Each strategy
is a small amount of code but is code that is usually needed in any ruby app
that is testing with a database.
-ActiveRecord, DataMapper, MongoMapper and CouchPotato are supported.
+ActiveRecord, DataMapper, MongoMapper, Mongoid, and CouchPotato are supported.
h2. How to use
<pre>
require 'database_cleaner'