database_cleaner/adapters/database_cleaner-mongo/README.md

1.2 KiB

Database Cleaner Adapter for Mongo

Build Status Code Climate

Clean your Mongo databases with Database Cleaner.

See https://github.com/DatabaseCleaner/database_cleaner for more information.

Installation

# Gemfile
group :test do
  gem 'database_cleaner-mongo'
end

Supported Strategies

Truncation Transaction Deletion
Yes No No

(Default strategy is denoted in bold)

Configuration options

ORM How to access Notes
Mongo DatabaseCleaner[:mongo]

See [LICENSE] for details.