Sha256: 8563cbcffd78e9f5fcb1b8c9f9e3d4500a9be45f6f707bd186ed5785ad709241

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

describe 'adapter_mongo_moped_with_default_expires', isolate: true, adapter: :Mongo do
  let(:t_res) { 0.125 }
  let(:min_ttl) { t_res }

  moneta_build do
    Moneta::Adapters::MongoMoped.new(db: "adapter_mongo",
                                     collection: 'moped_with_default_expires',
                                     expires: min_ttl)
  end

  moneta_specs ADAPTER_SPECS.with_each_key.with_expires.with_default_expires.simplevalues_only
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moneta-1.2.1 spec/moneta/adapters/mongo/adapter_mongo_moped_with_default_expires_spec.rb
moneta-1.2.0 spec/moneta/adapters/mongo/adapter_mongo_moped_with_default_expires_spec.rb
moneta-1.1.1 spec/moneta/adapters/mongo/adapter_mongo_moped_with_default_expires_spec.rb
moneta-1.1.0 spec/moneta/adapters/mongo/adapter_mongo_moped_with_default_expires_spec.rb