Sha256: a82ea65799f3a2d154bf911ddf0863de46255f163871fab0176a03464fb8b4b3
Contents?: true
Size: 630 Bytes
Versions: 11
Compression:
Stored size: 630 Bytes
Contents
describe 'standard_fog_with_expires', adapter: :Fog do let(:t_res) { 0.125 } let(:min_ttl) { t_res } use_timecop before :all do require 'fog/aws' # Put Fog into testing mode Fog.mock! end moneta_store :Fog, {aws_access_key_id: 'fake_access_key_id', aws_secret_access_key: 'fake_secret_access_key', provider: 'AWS', dir: 'standard_fog_with_expires', expires: true} moneta_specs STANDARD_SPECS.without_increment.without_create.with_expires end
Version data entries
11 entries across 11 versions & 1 rubygems