Sha256: 67bef0809da128225b5a9ccb102145778e5dfc16e8e59ee5883dcdcc963d6778
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# coding: binary # Generated by generate-specs require 'helper' describe_moneta "adapter_redis" do def features [:create, :expires, :increment] end def new_store Moneta::Adapters::Redis.new 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 'null_pathkey_stringvalue' it_should_behave_like 'persist_stringkey_stringvalue' it_should_behave_like 'persist_pathkey_stringvalue' it_should_behave_like 'returndifferent_stringkey_stringvalue' it_should_behave_like 'returndifferent_pathkey_stringvalue' it_should_behave_like 'store_stringkey_stringvalue' it_should_behave_like 'store_pathkey_stringvalue' it_should_behave_like 'store_large' end
Version data entries
4 entries across 4 versions & 1 rubygems