Class: ConvenientService::RSpec::Matchers::Classes::Results::BeFailure
- Inherits:
-
Results::Base
- Object
- Results::Base
- ConvenientService::RSpec::Matchers::Classes::Results::BeFailure
- Defined in:
- lib/convenient_service/rspec/matchers/classes/results/be_failure.rb
Instance Method Summary collapse
- #statuses ⇒ Array<Symbol> private
Instance Method Details
#statuses ⇒ Array<Symbol>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/convenient_service/rspec/matchers/classes/results/be_failure.rb', line 19 def statuses [Service::Plugins::HasJSendResult.failure_status] end |