Database Cleaner Adapter for Mongoid

Build Status Code Climate

Clean your Mongoid databases with Database Cleaner.

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

Installation

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

Supported Strategies

Truncation Transaction Deletion
Yes No No

(Default strategy is denoted in bold)

Configuration options

ORM How to access Notes
Mongoid DatabaseCleaner[:mongoid] Multiple databases supported for Mongoid 3. Specify DatabaseCleaner[:mongoid, {:connection => :db_name}]

See [LICENSE] for details.