class SummaryFormatter
Public Instance Methods
after(state)
click to toggle source
Callback for the MSpec :after event. Overrides the
callback provided by DottedFormatter
and does not print any
output for each example evaluated.
# File lib/mspec/runner/formatters/summary.rb, line 8 def after(state) # do nothing end