Sha256: 8cfc80c56476b2f98af851b7e89d5da91b955c345fd6984e7e3ec6de7a493d8e
Contents?: true
Size: 340 Bytes
Versions: 7
Compression:
Stored size: 340 Bytes
Contents
describe 'standard_lmdb_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :LMDB do let(:t_res) { 1 } let(:min_ttl) { t_res } use_timecop moneta_store :LMDB do {dir: File.join(tempdir, "simple_lmdb_with_expires"), expires: true} end moneta_specs STANDARD_SPECS.without_concurrent.with_expires.with_each_key end
Version data entries
7 entries across 7 versions & 1 rubygems