database_cleaner/adapters/database_cleaner-couch_potato
Micah Geisel 4dffa84b68 release v1.8.3. 2020-02-18 10:26:03 -08:00
..
bin fix couch potato gem bin/setup. 2019-05-21 09:28:52 -06:00
lib release v1.8.0. 2020-01-29 15:59:44 -08:00
spec add .default_strategy method to all adapters, and move knowledge into it from core. 2019-12-12 00:22:29 -08:00
.gitignore extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
.rspec extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
.travis.yml CI: adapters, drop sudo: false 2020-01-31 00:38:47 -06:00
Gemfile extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
Gemfile.lock release v1.8.3. 2020-02-18 10:26:03 -08:00
LICENSE.txt extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
README.md move strategy details for each adapter into respective READMEs. 2019-05-20 16:49:06 -06:00
Rakefile extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
database_cleaner-couch_potato.gemspec release v1.8.0. 2020-01-29 15:59:44 -08:00

README.md

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.