Sha256: 8e2b7db7e56f18b9f75cb54255817f1d1b29a45e505337b4ba6c393ba675a4cc

Contents?: true

Size: 539 Bytes

Versions: 6

Compression:

Stored size: 539 Bytes

Contents

# frozen_string_literal: true

require_relative "matchers/classes"

require_relative "matchers/call_chain_next"
require_relative "matchers/delegate_to"
require_relative "matchers/export"
require_relative "matchers/include_module"
require_relative "matchers/results"

module ConvenientService
  module RSpec
    module Matchers
      include Support::Concern

      included do
        include CallChainNext
        include DelegateTo
        include Export
        include IncludeModule
        include Results
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/rspec/matchers.rb
convenient_service-0.19.0 lib/convenient_service/rspec/matchers.rb
convenient_service-0.18.0 lib/convenient_service/rspec/matchers.rb
convenient_service-0.17.0 lib/convenient_service/rspec/matchers.rb
convenient_service-0.16.0 lib/convenient_service/rspec/matchers.rb
convenient_service-0.15.0 lib/convenient_service/rspec/matchers.rb