Sha256: 2b7817adb430e91b13b5751c24cca025ef8e806cd8580728dbbc5ca44fdc7858

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

describe 'standard_activesupportcache' do
  before :context do
    require 'active_support'
  end

  let(:t_res) { 0.1 }
  let(:min_ttl) { 0.1 }

  moneta_store :ActiveSupportCache do
    { backend: ActiveSupport::Cache::MemoryStore.new }
  end

  moneta_specs STANDARD_SPECS.without_create.without_persist.with_native_expires
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
moneta-1.5.1 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.5.0 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.4.2 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.4.1 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.4.0 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.3.0 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.2.1 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb
moneta-1.2.0 spec/moneta/adapters/activesupportcache/standard_activesupportcache_spec.rb