Sha256: db877afd818581c75830de136e182594d8c1d4d3e55302af7500a0704f0b9995

Contents?: true

Size: 736 Bytes

Versions: 4

Compression:

Stored size: 736 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "weak_create" do
  def features
    [:create]
  end

  def new_store
    Moneta.build do
      use :WeakCreate
      adapter :Couch, :db => 'weak_create'
    end
  end

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

  include_context 'setup_store'
  it_should_behave_like 'create'
  it_should_behave_like 'features'
  it_should_behave_like 'multiprocess'
  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'
  it_should_behave_like 'store_large'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moneta-0.7.17 spec/moneta/weak_create_spec.rb
moneta-0.7.16 spec/moneta/weak_create_spec.rb
moneta-0.7.15 spec/moneta/weak_create_spec.rb
moneta-0.7.14 spec/moneta/weak_create_spec.rb