Sha256: b18e8428a353ea28370118b7da8c494c6b2248a16aa6f679495a1d3180f5051e
Contents?: true
Size: 525 Bytes
Versions: 4
Compression:
Stored size: 525 Bytes
Contents
describe 'transformer_marshal_escape', proxy: :Transformer do moneta_build do Moneta.build do use :Transformer, key: [:marshal, :escape], value: [:marshal, :escape] adapter :Memory end end moneta_loader do |value| ::Marshal.load(::URI.decode_www_form_component(value)) end moneta_specs STANDARD_SPECS.without_persist.with_each_key it 'compiles the transformer class' do store.should_not be_nil Moneta::Transformer::MarshalEscapeKeyMarshalEscapeValue.should_not be_nil end end
Version data entries
4 entries across 4 versions & 1 rubygems