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