Sha256: 8065e8584382b8a43a35fda3b545e25419e3276a15fcb07eaf326daa9b71a6a9

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Custom
        module Results
          class BeFailure < Results::Base
            ##
            # @api private
            #
            # @return [Array<Symbol>]
            #
            def statuses
              [Service::Plugins::HasJSendResult::Constants::FAILURE_STATUS]
            end
          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/custom/results/be_failure.rb
convenient_service-0.13.0 lib/convenient_service/rspec/matchers/custom/results/be_failure.rb