Class: Turn::MarshalReporter

Inherits:
Reporter show all
Defined in:
lib/turn/reporters/marshal_reporter.rb

Overview

Marshal Reporter

Constant Summary

Constants included from Colorize

Colorize::COLORLESS_TERMINALS

Instance Attribute Summary

Attributes inherited from Reporter

#io

Instance Method Summary collapse

Methods inherited from Reporter

#error, #fail, #finish_case, #finish_test, #initialize, #pass, #skip, #start_case, #start_suite, #start_test

Methods included from Colorize

blue, bold, color_supported?, colorize?, #colorize?, error, fail, green, included, magenta, mark, pass, red, skip

Constructor Details

This class inherits a constructor from Turn::Reporter

Instance Method Details

#finish_suite(suite) ⇒ Object



10
11
12
# File 'lib/turn/reporters/marshal_reporter.rb', line 10

def finish_suite(suite)    
  $stdout << suite.to_yaml
end