Sha256: 0b25a0e0f5ce976463ed4e98f22ff20e3b97d9fa41849d162be27433b9b105a2
Contents?: true
Size: 381 Bytes
Versions: 11
Compression:
Stored size: 381 Bytes
Contents
describe 'standard_localmemcache_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :LocalMemCache do let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop moneta_store :LocalMemCache do {file: File.join(tempdir, "simple_localmemcache_with_expires"), expires: true} end moneta_specs STANDARD_SPECS.without_increment.without_create.with_expires end
Version data entries
11 entries across 11 versions & 1 rubygems