Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

DatabaseCleaner/database_cleaner-mongo_mapper

Repository files navigation

Database Cleaner Adapter for MongoMapper

Maintainers Wanted

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!

Build Status Code Climate

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published