Sha256: f6c9cf7b6d6abb8f4d90957717b636a82ebd7da1a230d01f752533f13d546b5c

Contents?: true

Size: 741 Bytes

Versions: 6

Compression:

Stored size: 741 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "adapter_tokyocabinet_hdb" do
  def features
    [:create, :increment]
  end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
moneta-0.7.19 spec/moneta/adapter_tokyocabinet_hdb_spec.rb
moneta-0.7.18 spec/moneta/adapter_tokyocabinet_hdb_spec.rb
moneta-0.7.17 spec/moneta/adapter_tokyocabinet_hdb_spec.rb
moneta-0.7.16 spec/moneta/adapter_tokyocabinet_hdb_spec.rb
moneta-0.7.15 spec/moneta/adapter_tokyocabinet_hdb_spec.rb
moneta-0.7.14 spec/moneta/adapter_tokyocabinet_hdb_spec.rb