Sha256: f0534599898808f280dcabf52ee7fa70fef9a5524d05ef524ca35282a33ff7a3

Contents?: true

Size: 904 Bytes

Versions: 6

Compression:

Stored size: 904 Bytes

Contents

# Generated by generate-specs
require 'helper'

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

  def new_store
    Moneta::Adapters::Memcached.new(:namespace => "adapter_memcached")
  end

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

  include_context 'setup_store'
  it_should_behave_like 'concurrent_create'
  it_should_behave_like 'concurrent_increment'
  it_should_behave_like 'create'
  it_should_behave_like 'create_expires'
  it_should_behave_like 'expires'
  it_should_behave_like 'features'
  it_should_behave_like 'increment'
  it_should_behave_like 'multiprocess'
  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_memcached_spec.rb
moneta-0.7.18 spec/moneta/adapter_memcached_spec.rb
moneta-0.7.17 spec/moneta/adapter_memcached_spec.rb
moneta-0.7.16 spec/moneta/adapter_memcached_spec.rb
moneta-0.7.15 spec/moneta/adapter_memcached_spec.rb
moneta-0.7.14 spec/moneta/adapter_memcached_spec.rb