Sha256: a09cb996f9579cf897bdb00325c6f18e5381460604ab5cbb660c512ef5434387

Contents?: true

Size: 368 Bytes

Versions: 7

Compression:

Stored size: 368 Bytes

Contents

describe 'standard_pstore_with_expires', unsupported: defined?(JRUBY_VERSION), adapter: :PStore do
  let(:t_res) { 0.125 }
  let(:min_ttl) { t_res }
  use_timecop

  moneta_store :PStore do
    {file: File.join(tempdir, "simple_pstore_with_expires"), expires: true}
  end

  moneta_loader{ |value| value }

  moneta_specs STANDARD_SPECS.with_expires.with_each_key
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
moneta-1.5.2 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.5.1 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.5.0 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.4.2 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.4.1 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.4.0 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb
moneta-1.3.0 spec/moneta/adapters/pstore/standard_pstore_with_expires_spec.rb