Sha256: b572a71bbc7522c684670db4db72477c2d27e55e2300619d746482c923d15d2f

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 Bytes

Contents

# coding: binary
# Generated by generate-specs
require 'helper'

describe_moneta "adapter_cassandra" do
  def features
    [:expires]
  end

  def new_store
    Moneta::Adapters::Cassandra.new(keyspace: 'adapter_cassandra')
  end

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

  include_context 'setup_store'
  it_should_behave_like 'expires'
  it_should_behave_like 'features'
  it_should_behave_like 'multiprocess'
  it_should_behave_like 'not_create'
  it_should_behave_like 'not_increment'
  it_should_behave_like 'null_stringkey_stringvalue'
  it_should_behave_like 'null_pathkey_stringvalue'
  it_should_behave_like 'persist_stringkey_stringvalue'
  it_should_behave_like 'persist_pathkey_stringvalue'
  it_should_behave_like 'returndifferent_stringkey_stringvalue'
  it_should_behave_like 'returndifferent_pathkey_stringvalue'
  it_should_behave_like 'store_stringkey_stringvalue'
  it_should_behave_like 'store_pathkey_stringvalue'
  it_should_behave_like 'store_large'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneta-1.0.0 spec/moneta/adapter_cassandra_spec.rb
moneta-0.8.1 spec/moneta/adapter_cassandra_spec.rb
moneta-0.8.0 spec/moneta/adapter_cassandra_spec.rb