Sha256: 476567b952ff28c1e7eb2e4298d5a5365e2f9a71a72a3de409af082d82fb7617
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
describe 'standard_tokyocabinet_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :TokyoCabinet do let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop moneta_store :TokyoCabinet do {file: File.join(tempdir, "simple_tokyocabinet_with_expires"), expires: true} end moneta_specs STANDARD_SPECS.without_multiprocess.with_expires.with_each_key end
Version data entries
7 entries across 7 versions & 1 rubygems