Repository is archived
No commit activity in last 3 years
No release in over 3 years
Strategies for cleaning databases using CouchPotato. Can be used to ensure a clean state for testing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0

Runtime

 Project Readme

Database Cleaner Adapter for CouchPotato

Maintainers Wanted

This adapter is currently unmaintained. This means that bugs will not be fixed and features will not be added unless someone else does so. If you're interested in taking over maintenance, please open an issue and tell us about it!

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

COPYRIGHT

See [LICENSE] for details.