Sha256: 8f8edca2c78f082961c638f8cc97dcbdf48365ed91c8d830e6044459cb86a668

Contents?: true

Size: 857 Bytes

Versions: 6

Compression:

Stored size: 857 Bytes

Contents

# Generated by generate-specs
require 'helper'

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

  def new_store
    Moneta::Adapters::Cassandra.new(:keyspace => 'adapter_cassandra_with_default_expires', :expires => 1)
  end

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

  include_context 'setup_store'
  it_should_behave_like 'default_expires'
  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 '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_cassandra_with_default_expires_spec.rb
moneta-0.7.18 spec/moneta/adapter_cassandra_with_default_expires_spec.rb
moneta-0.7.17 spec/moneta/adapter_cassandra_with_default_expires_spec.rb
moneta-0.7.16 spec/moneta/adapter_cassandra_with_default_expires_spec.rb
moneta-0.7.15 spec/moneta/adapter_cassandra_with_default_expires_spec.rb
moneta-0.7.14 spec/moneta/adapter_cassandra_with_default_expires_spec.rb