Exception: Minitest::Skip

Inherits:
Assertion show all
Defined in:
lib/minitest.rb

Overview

Assertion raised when skipping a run.

Instance Method Summary collapse

Methods inherited from Assertion

#error, #location, #result_code

Instance Method Details

#result_labelObject

:nodoc:



973
974
975
# File 'lib/minitest.rb', line 973

def result_label # :nodoc:
  "Skipped"
end