Sha256: 1553cc31cb4ed6772d4af3681e9ed93c12f6180cb8cdec89361ab66ab43d21fd
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
require_relative './helper.rb' describe 'standard_sequel_with_expires', adapter: :Sequel, postgres: true do include_context :sequel let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop moneta_store :Sequel do postgres_options.merge( table: "standard_sequel_with_expires", expires: true ) end moneta_specs STANDARD_SPECS.with_expires.with_each_key end
Version data entries
4 entries across 4 versions & 1 rubygems