describe 'transformer_marshal_sha512', proxy: :Transformer do moneta_build do Moneta.build do use :Transformer, key: [:marshal, :sha512], value: :marshal adapter :Memory end end moneta_specs STANDARD_SPECS.without_persist it 'compile transformer class' do store.should_not be_nil Moneta::Transformer::MarshalSha512KeyMarshalValue.should_not be_nil end end