Sha256: 83261aa214509f1d4e2890195baf6fa8f6ce30306947cf0ef9aa7152ce3edec2
Contents?: true
Size: 758 Bytes
Versions: 6
Compression:
Stored size: 758 Bytes
Contents
# Generated by generate-specs require 'helper' describe_moneta "adapter_cassandra" do def features [:expires] end def new_store Moneta::Adapters::Cassandra.new(:keyspace => 'adapter_cassandra') end def load_value(value) Marshal.load(value) end include_context 'setup_store' it_should_behave_like 'expires' 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
6 entries across 6 versions & 1 rubygems