Sha256: fa9b8983658464c749089e1c6c56f2eacd33a5480ba6a4beeccb490e4d139a75

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

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