Class: SummaryFormatter

Inherits:
DottedFormatter show all
Defined in:
lib/mspec/runner/formatters/summary.rb

Instance Attribute Summary

Attributes inherited from DottedFormatter

#exceptions, #tally, #timer

Instance Method Summary collapse

Methods inherited from DottedFormatter

#abort, #before, #exception, #exception?, #failure?, #finish, #initialize, #print, #register

Constructor Details

This class inherits a constructor from DottedFormatter

Instance Method Details

#after(state) ⇒ Object

Callback for the MSpec :after event. Overrides the callback provided by DottedFormatter and does not print any output for each example evaluated.



8
9
10
# File 'lib/mspec/runner/formatters/summary.rb', line 8

def after(state)
  # do nothing
end