Sha256: 917e9faeda5cd5bcac7e038f2cb9c12962fbfcc52709e91711196bbf16eb98fa
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
require_relative './helper.rb' describe 'standard_sequel_with_expires', adapter: :Sequel 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneta-1.4.1 | spec/moneta/adapters/sequel/standard_sequel_with_expires_spec.rb |
moneta-1.4.0 | spec/moneta/adapters/sequel/standard_sequel_with_expires_spec.rb |