Sha256: 54a30e6ba5a588c7e955385babca2a7a53e1049abda1e00e46f7037dc6155b48

Contents?: true

Size: 279 Bytes

Versions: 136

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/patches/module/listable'

RSpec.describe ::Module do
  class StubClass
    enable_listable
  end

  describe '#enable_listable' do
    it { expect(StubClass.included_modules).to include(::EacRubyUtils::Listable) }
  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/listable_spec.rb
avm-tools-0.116.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.115.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.114.2 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.114.1 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.114.0 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.113.6 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.113.5 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.113.4 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.113.3 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.113.2 sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
ehbrs-tools-0.28.3 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.110.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.109.1 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.109.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
ehbrs-tools-0.28.2 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.108.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
ehbrs-tools-0.28.1 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
avm-tools-0.107.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb
ehbrs-tools-0.28.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb