Sha256: f4aa6fd0f6743aaaab18eb5191c7b84300be706c10d81cdab8f15257e94b80b5
Contents?: true
Size: 293 Bytes
Versions: 11
Compression:
Stored size: 293 Bytes
Contents
describe 'cache_memory_null', proxy: :Cache do moneta_build do Moneta.build do use(:Cache) do adapter(Moneta::Adapters::Memory.new) cache(Moneta::Adapters::Null.new) end end end moneta_specs ADAPTER_SPECS.without_persist.returnsame.with_each_key end
Version data entries
11 entries across 11 versions & 1 rubygems