database_cleaner/adapters/database_cleaner-couch_potato/README.md

1.3 KiB

Database Cleaner Adapter for CouchPotato

Build Status Code Climate

Clean your CouchPotato databases with Database Cleaner.

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

Installation

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

Supported Strategies

Here is an overview of the supported strategies:

Truncation Transaction Deletion
Yes No No

(Default strategy is denoted in bold)

Configuration options

ORM How to access Notes
Couch Potato DatabaseCleaner[:couch_potato] Multiple connections not yet supported

See [LICENSE] for details.