Sha256: 8937c3100c09f4baa7fade7522d2b72b3a9ac5121b243162813e9725eec0e567

Contents?: true

Size: 186 Bytes

Versions: 7

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

require "spec_helper"
require "roadie/rspec"

describe "Using Hash as a cache store" do
  subject(:hash) { {} }
  it_behaves_like "roadie cache store"
end

Version data entries

7 entries across 6 versions & 2 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/roadie-5.2.1/spec/hash_as_cache_store_spec.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/roadie-5.2.1/spec/hash_as_cache_store_spec.rb
roadie-5.2.1 spec/hash_as_cache_store_spec.rb
roadie-5.2.0 spec/hash_as_cache_store_spec.rb
roadie-5.1.0 spec/hash_as_cache_store_spec.rb
roadie-5.0.1 spec/hash_as_cache_store_spec.rb
roadie-5.0.0 spec/hash_as_cache_store_spec.rb