Exception: Minitest::Skip
- Defined in:
- opal/stdlib/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
Instance Method Details
#result_label ⇒ Object
:nodoc:
670 671 672 |
# File 'opal/stdlib/minitest.rb', line 670 def result_label # :nodoc: "Skipped" end |