Sha256: 824ca7b663e394c8de57c02c53fced61c969ec08d36d0b85ad47e1a6b35ee315
Contents?: true
Size: 566 Bytes
Versions: 6
Compression:
Stored size: 566 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module Classes module Results class BeNotFailure < Results::Base ## # @api private # # @return [Array<Symbol>] # def statuses [ Service::Plugins::HasJSendResult::Constants::SUCCESS_STATUS, Service::Plugins::HasJSendResult::Constants::ERROR_STATUS ] end end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems