Database Cleaner Adapter for MongoMapper
Clean your MongoMapper databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
Installation
# Gemfile
group :test do
gem 'database_cleaner-mongo_mapper'
end
Supported Strategies
| Truncation | Transaction | Deletion |
|---|---|---|
| Yes | No | No |
(Default strategy is denoted in bold)
Configuration options
| ORM | How to access | Notes |
|---|---|---|
| Mongo Mapper | DatabaseCleaner[:mongo_mapper] |
Multiple connections not yet supported |
COPYRIGHT
See [LICENSE] for details.