Sha256: a0e646c77b6eff8010a42f367bc401b0b096a4de0e81301d789bf7b17ddb2e32

Contents?: true

Size: 313 Bytes

Versions: 6

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Results
        module BeError
          ##
          # @api public
          #
          def be_error(...)
            Classes::Results::BeError.new(...)
          end
        end
      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/results/be_error.rb
convenient_service-0.19.0 lib/convenient_service/rspec/matchers/results/be_error.rb
convenient_service-0.18.0 lib/convenient_service/rspec/matchers/results/be_error.rb
convenient_service-0.17.0 lib/convenient_service/rspec/matchers/results/be_error.rb
convenient_service-0.16.0 lib/convenient_service/rspec/matchers/results/be_error.rb
convenient_service-0.15.0 lib/convenient_service/rspec/matchers/results/be_error.rb