Sha256: 339b29a7e60fd6623cb038ff15bb1ef7f1d4bcb9c333c4c2830fa19ec6cae43d

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "adapter_tokyocabinet_bdb" do
  def new_store
    Moneta::Adapters::TokyoCabinet.new(:file => File.join(make_tempdir, "adapter_tokyocabinet_bdb"), :type => :bdb)
  end

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

  include_context 'setup_store'
  it_should_behave_like '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

1 entries across 1 versions & 1 rubygems

Version Path
moneta-0.7.5 spec/moneta/adapter_tokyocabinet_bdb_spec.rb