Sha256: 42b94cdce1b1ae6eeffc7aabda27c70cc6cc2c6e911373b4a06bd0034eda5c91
Contents?: true
Size: 469 Bytes
Versions: 4
Compression:
Stored size: 469 Bytes
Contents
describe 'adapter_mongo_official_with_default_expires', isolate: true, adapter: :Mongo do let(:t_res) { 0.125 } let(:min_ttl) { t_res } moneta_build do Moneta::Adapters::MongoOfficial.new(db: "adapter_mongo", collection: 'official_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