Sha256: ad12a7fde1704b7d91c2e7ace9b218983f5cdbdc8150368e11c7262630485001

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

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