mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates README to reflect Mongoid support
This commit is contained in:
parent
c42d2d45de
commit
a235bdb802
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue