Sha256: 7fe408f60c9886649072c636959cc0083d32b3d6c4660f7573c2668e06ac95b0

Contents?: true

Size: 805 Bytes

Versions: 2

Compression:

Stored size: 805 Bytes

Contents

# Generated by generate-specs
require 'helper'

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

  def features
    [:create, :increment]
  end

  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 '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'
end

Version data entries

2 entries across 2 versions & 1 rubygems

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