Sha256: 76e91d94a7687c83029a65244ae7fcacb97d26a2423024f98d809fd7f376c8eb

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "adapter_tokyocabinet_hdb" do
  def new_store
    Moneta::Adapters::TokyoCabinet.new(:file => File.join(make_tempdir, "adapter_tokyocabinet_hdb"), :type => :hdb)
  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_hdb_spec.rb