Sha256: 631359c86fb2f8c19d8a01669f62ca4ff85c83ed9e092b78d87f0a9d9faceab4
Contents?: true
Size: 361 Bytes
Versions: 7
Compression:
Stored size: 361 Bytes
Contents
describe 'standard_sdbm_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :SDBM do let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop moneta_store :SDBM do {file: File.join(tempdir, "simple_sdbm_with_expires"), expires: true} end moneta_specs STANDARD_SPECS.without_multiprocess.with_expires.without_large.with_each_key end
Version data entries
7 entries across 7 versions & 1 rubygems