Exception: Minitest::Skip
Overview
Assertion raised when skipping a run.
Constant Summary
Constants inherited from Assertion
Instance Method Summary collapse
-
#result_label ⇒ Object
:nodoc:.
Methods inherited from Assertion
#error, #location, #result_code
Instance Method Details
#result_label ⇒ Object
:nodoc:
1050 1051 1052 |
# File 'lib/minitest.rb', line 1050 def result_label # :nodoc: "Skipped" end |