Exception: Minitest::UnexpectedWarning
- Defined in:
- lib/minitest.rb
Overview
Assertion raised on warning when running in -Werror mode.
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:
1098 1099 1100 |
# File 'lib/minitest.rb', line 1098 def result_label # :nodoc: "Warning" end |