Class: SummaryFormatter
- Inherits:
-
DottedFormatter
- Object
- DottedFormatter
- SummaryFormatter
- Defined in:
- lib/extensions/mspec/mspec/runner/formatters/summary.rb
Instance Attribute Summary
Attributes inherited from DottedFormatter
Instance Method Summary collapse
-
#after(state) ⇒ Object
Callback for the MSpec :after event.
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/extensions/mspec/mspec/runner/formatters/summary.rb', line 8 def after(state) # do nothing end |