Sha256: 79d7a53d43bc2d371b9d54cd9b225af818b6a6993336a4b9892615162527e58a
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
describe 'standard_memory_with_json_value_serializer', adapter: :Memory do moneta_store :Memory, {value_serializer: :json} moneta_loader do |value| ::MultiJson.load(value) end moneta_specs STANDARD_SPECS.without_marshallable_value.simplevalues_only.without_persist.with_each_key end
Version data entries
7 entries across 7 versions & 1 rubygems