Sha256: 4c3c637bc286b9b6af994d163910d76726a832fbaa8f562d08c13d7cf5f9b485
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
describe 'standard_sqlite_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :Sqlite do let(:t_res) { 0.125 } let(:min_ttl) { 1 } use_timecop moneta_store :Sqlite do { file: File.join(tempdir, "standard_sqlite_with_expires"), expires: true, journal_mode: :wal } end moneta_specs STANDARD_SPECS.with_expires.without_concurrent.with_each_key end
Version data entries
3 entries across 3 versions & 1 rubygems