Sha256: 9429bb6ac15b550cbf833d4779ddb9379992d0fbf22d2994e1dbea134c78ca67

Contents?: true

Size: 492 Bytes

Versions: 3

Compression:

Stored size: 492 Bytes

Contents

require "database_cleaner/couch_potato/version"
require "database_cleaner"
require "database_cleaner/couch_potato/base"
require "database_cleaner/couch_potato/truncation"

DatabaseCleaner.deprecate "Due to lack of maintenance, the Couch Potato adapter for DatabaseCleaner is deprecated, and will be removed in v2.0 with no replacement. Contact us if you are interested in resurrecting this adapter!"

module DatabaseCleaner::CouchPotato
  def self.default_strategy
    :truncation
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
database_cleaner-1.99.0 adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato.rb
database_cleaner-1.99.0.beta adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato.rb
database_cleaner-couch_potato-1.99.0.beta lib/database_cleaner/couch_potato.rb