Sha256: 663bd3190926b7186db0ec5ac2aefa3c02b9f349e0c83d56a13a28fbe7e40aef

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Results
        module BeNotSuccess
          ##
          # @api public
          #
          def be_not_success(...)
            Custom::Results::BeNotSuccess.new(...)
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.13.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb