Class: NoShitInMyGreenDots::Integrations::Minitest::StdoutLeak
- Inherits:
-
Minitest::Assertion
- Object
- Minitest::Assertion
- NoShitInMyGreenDots::Integrations::Minitest::StdoutLeak
- Defined in:
- lib/no_shit_in_my_green_dots/minitest.rb
Constant Summary collapse
- RESULT_LABEL =
"STDOUT"
Instance Method Summary collapse
-
#initialize(output) ⇒ StdoutLeak
constructor
A new instance of StdoutLeak.
- #result_label ⇒ Object
Constructor Details
#initialize(output) ⇒ StdoutLeak
Returns a new instance of StdoutLeak.
11 12 13 14 |
# File 'lib/no_shit_in_my_green_dots/minitest.rb', line 11 def initialize(output) super(NoShitInMyGreenDots.(output)) set_backtrace(caller) end |
Instance Method Details
#result_label ⇒ Object
16 17 18 |
# File 'lib/no_shit_in_my_green_dots/minitest.rb', line 16 def result_label RESULT_LABEL end |