GitHub - DatabaseCleaner/database_cleaner-mongo: Strategies for cleaning Mongo databases in Ruby. Can be used to ensure a clean state for testing. (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Database Cleaner Adapter for Mongo
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.