Database Cleaner Adapter for Mongo

May 30, 2020 ยท View on GitHub

Build Status Code Climate codecov

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

The mongo adapter only has one strategy: the deletion strategy.

Configuration options

The deletion strategy has no options.

COPYRIGHT

See LICENSE for details.

Contents

  1. 1Installation
  2. 2Supported Strategies
  3. 3Configuration options
  4. 4COPYRIGHT