Sha256: 57a768d83107142cca1678a03b3a7b25c9dac6955a32a92c6dacafef865e8ab0

Contents?: true

Size: 671 Bytes

Versions: 1

Compression:

Stored size: 671 Bytes

Contents

# Generated by generate-specs
require 'helper'

describe_moneta "adapter_cassandra_with_default_expires" do
  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 '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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moneta-0.7.5 spec/moneta/adapter_cassandra_with_default_expires_spec.rb