Clean your Mongo databases with Database Cleaner.
See https://github.com/DatabaseCleaner/database_cleaner for more information.
# Gemfile
group :test do
gem 'database_cleaner-mongo'
end
The mongo adapter only has one strategy: the deletion strategy.
The deletion strategy has no options.
See LICENSE for details.