Sha256: d5d8675fb4cade065180bebb4cde8e8dcfcc040306f0625f0b603265ce5ee73c
Contents?: true
Size: 1.68 KB
Versions: 3
Compression:
Stored size: 1.68 KB
Contents
# Generated by generate.rb require 'helper' describe_moneta "transformer_msgpack" do def new_store Moneta.build do use :Transformer, :key => :msgpack, :value => :msgpack adapter :Memory end end def load_value(value) ::MessagePack.unpack(value) end include_context 'setup_store' it_should_behave_like 'increment' it_should_behave_like 'null_stringkey_stringvalue' it_should_behave_like 'null_stringkey_hashvalue' it_should_behave_like 'null_stringkey_integervalue' it_should_behave_like 'null_hashkey_stringvalue' it_should_behave_like 'null_hashkey_hashvalue' it_should_behave_like 'null_hashkey_integervalue' it_should_behave_like 'null_integerkey_stringvalue' it_should_behave_like 'null_integerkey_hashvalue' it_should_behave_like 'null_integerkey_integervalue' it_should_behave_like 'returndifferent_stringkey_stringvalue' it_should_behave_like 'returndifferent_stringkey_hashvalue' it_should_behave_like 'returndifferent_hashkey_stringvalue' it_should_behave_like 'returndifferent_hashkey_hashvalue' it_should_behave_like 'returndifferent_integerkey_stringvalue' it_should_behave_like 'returndifferent_integerkey_hashvalue' it_should_behave_like 'store_stringkey_stringvalue' it_should_behave_like 'store_stringkey_hashvalue' it_should_behave_like 'store_stringkey_integervalue' it_should_behave_like 'store_hashkey_stringvalue' it_should_behave_like 'store_hashkey_hashvalue' it_should_behave_like 'store_hashkey_integervalue' it_should_behave_like 'store_integerkey_stringvalue' it_should_behave_like 'store_integerkey_hashvalue' it_should_behave_like 'store_integerkey_integervalue' it_should_behave_like 'transform_value' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moneta-0.7.3 | spec/moneta/transformer_msgpack_spec.rb |
moneta-0.7.2 | spec/moneta/transformer_msgpack_spec.rb |
moneta-0.7.1 | spec/moneta/transformer_msgpack_spec.rb |