describe 'standard_tdb_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :TDB do let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop moneta_store :TDB do {file: File.join(tempdir, "simple_tdb_with_expires"), expires: true} end moneta_specs STANDARD_SPECS.without_multiprocess.with_expires.with_each_key end