This adapter is currently unmaintained. This means that bugs will not be fixed and features will not be added unless someone else does so. If you're interested in taking over maintenance, please open an issue and tell us about it!
Clean your MongoMapper databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
# Gemfile
group :test do
gem 'database_cleaner-mongo_mapper'
end
Truncation | Transaction | Deletion |
---|---|---|
Yes | No | No |
(Default strategy is denoted in bold)
ORM | How to access | Notes |
---|---|---|
Mongo Mapper | DatabaseCleaner[:mongo_mapper] |
Multiple connections not yet supported |
See [LICENSE] for details.