Sha256: 89c4f2fb2224128c4a4d237ba3561d0ba55aa42f9a705d89d8834cd088b75bda
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# Generated by generate-specs require 'helper' describe_moneta "transformer_lzma" do def new_store Moneta.build do use :Transformer, :value => :lzma adapter :Memory end end def load_value(value) ::LZMA.decompress(value) end include_context 'setup_store' it_should_behave_like 'increment' it_should_behave_like 'null_objectkey_stringvalue' it_should_behave_like 'null_stringkey_stringvalue' it_should_behave_like 'null_hashkey_stringvalue' it_should_behave_like 'null_booleankey_stringvalue' it_should_behave_like 'null_nilkey_stringvalue' it_should_behave_like 'null_integerkey_stringvalue' it_should_behave_like 'returndifferent_objectkey_stringvalue' it_should_behave_like 'returndifferent_stringkey_stringvalue' it_should_behave_like 'returndifferent_hashkey_stringvalue' it_should_behave_like 'returndifferent_booleankey_stringvalue' it_should_behave_like 'returndifferent_nilkey_stringvalue' it_should_behave_like 'returndifferent_integerkey_stringvalue' it_should_behave_like 'store_objectkey_stringvalue' it_should_behave_like 'store_stringkey_stringvalue' it_should_behave_like 'store_hashkey_stringvalue' it_should_behave_like 'store_booleankey_stringvalue' it_should_behave_like 'store_nilkey_stringvalue' it_should_behave_like 'store_integerkey_stringvalue' it_should_behave_like 'transform_value' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moneta-0.7.5 | spec/moneta/transformer_lzma_spec.rb |