Sha256: 0b558f9a75377b402c0aa73bb20387c601d5a9d6c62aec88484cb3fa0fe33374
Contents?: true
Size: 748 Bytes
Versions: 4
Compression:
Stored size: 748 Bytes
Contents
# Generated by generate-specs require 'helper' describe_moneta "weak_increment" do def features [:increment] end def new_store Moneta.build do use :WeakIncrement adapter :Couch, :db => 'weak_increment' end end def load_value(value) Marshal.load(value) end include_context 'setup_store' it_should_behave_like 'features' it_should_behave_like 'increment' it_should_behave_like 'multiprocess' it_should_behave_like 'not_create' 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