Sha256: 3095cd1ddd48b178fcb7035530f929d5340f8682385d2b0bdcf65fcd485bf66f
Contents?: true
Size: 698 Bytes
Versions: 4
Compression:
Stored size: 698 Bytes
Contents
# Generated by generate-specs require 'helper' describe_moneta "adapter_couch" do def features [] end def new_store Moneta::Adapters::Couch.new(:db => 'adapter_couch') end def load_value(value) Marshal.load(value) end include_context 'setup_store' 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
4 entries across 4 versions & 1 rubygems