Exception: Minitest::Skip
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/minitest-5.17.0/lib/minitest.rb
Overview
Assertion raised when skipping a run.
Instance Method Summary collapse
-
#result_label ⇒ Object
:nodoc:.
Methods inherited from Assertion
#error, #location, #result_code
Methods inherited from Exception
Instance Method Details
#result_label ⇒ Object
:nodoc:
925 926 927 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/minitest-5.17.0/lib/minitest.rb', line 925 def result_label # :nodoc: "Skipped" end |