Sha256: fc50d61267fcfbe4b9748061277adef8e8d20a27751b98abc35f2085629e4a35
Contents?: true
Size: 295 Bytes
Versions: 7
Compression:
Stored size: 295 Bytes
Contents
describe 'standard_memory_with_json_serializer', adapter: :Memory do moneta_store :Memory, {serializer: :json} moneta_loader do |value| ::MultiJson.load(value) end moneta_specs STANDARD_SPECS.without_marshallable.simplekeys_only.simplevalues_only.without_persist.with_each_key end
Version data entries
7 entries across 7 versions & 1 rubygems