Sha256: a0c5e177a95989fc29d73e498fc21e89fe4d3f0cf0ee35be60b78ab5898c0b14

Contents?: true

Size: 751 Bytes

Versions: 2

Compression:

Stored size: 751 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "adapter_couch" do
  def log
    @log ||= File.open(File.join(make_tempdir, 'adapter_couch.log'), 'a')
  end

  def features
    []
  end

  def new_store
    Moneta::Adapters::Couch.new(:db => 'adapter_couch')
  end

  def load_value(value)
    Marshal.load(value)
  end

  include_context 'setup_store'
  it_should_behave_like 'features'
  it_should_behave_like 'multiprocess'
  it_should_behave_like 'not_create'
  it_should_behave_like 'not_increment'
  it_should_behave_like 'null_stringkey_stringvalue'
  it_should_behave_like 'persist_stringkey_stringvalue'
  it_should_behave_like 'returndifferent_stringkey_stringvalue'
  it_should_behave_like 'store_stringkey_stringvalue'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneta-0.7.10 spec/moneta/adapter_couch_spec.rb
moneta-0.7.9 spec/moneta/adapter_couch_spec.rb