Sha256: 28d968f336a98a1680a424d653d4b1151f47141d9aa48b50b70fa82e0341436d

Contents?: true

Size: 294 Bytes

Versions: 136

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/patches/module/simple_cache'

RSpec.describe ::Module do
  class StubClass
    enable_simple_cache
  end

  describe '#enable_simple_cache' do
    it { expect(StubClass.included_modules).to include(::EacRubyUtils::SimpleCache) }
  end
end

Version data entries

136 entries across 136 versions & 2 rubygems

Version Path
avm-tools-0.116.1 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.116.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.115.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.114.2 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.114.1 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.114.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.113.6 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.113.5 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.113.4 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.113.3 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.113.2 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
ehbrs-tools-0.28.3 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.110.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.109.1 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.109.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
ehbrs-tools-0.28.2 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.108.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
ehbrs-tools-0.28.1 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
avm-tools-0.107.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb
ehbrs-tools-0.28.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb