Sha256: bf59e1d402263942a38bed681f9f6d28e87169657658c6e2cf81055b3dd1db0d
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module Custom module Results class BeError < Results::Base ## # @api private # # @return [Array<Symbol>] # def statuses [Service::Plugins::HasJSendResult::Constants::ERROR_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_error.rb |
convenient_service-0.13.0 | lib/convenient_service/rspec/matchers/custom/results/be_error.rb |