Sha256: 29ccfb99a67e4c793201069c3522066ec1f96fbfc5b219c9f86433912eb4e5a2
Contents?: true
Size: 533 Bytes
Versions: 7
Compression:
Stored size: 533 Bytes
Contents
describe 'weak_each_key', proxy: :WeakEachKey do before :all do require 'fog/aws' # Put Fog into testing mode Fog.mock! end moneta_build do Moneta.build do use :WeakEachKey adapter :Fog, aws_access_key_id: 'fake_access_key_id', aws_secret_access_key: 'fake_secret_access_key', provider: 'AWS', dir: 'weak_each_key' end end moneta_specs ADAPTER_SPECS.with_each_key.without_create.without_increment.without_concurrent.returnsame end
Version data entries
7 entries across 7 versions & 1 rubygems