Method: Spec::Runner::Formatter::BaseFormatter#dump_summary
- Defined in:
- lib/spec/runner/formatter/base_formatter.rb
#dump_summary(duration, example_count, failure_count, pending_count) ⇒ Object
This method is invoked after the dumping of examples and failures.
66 67 |
# File 'lib/spec/runner/formatter/base_formatter.rb', line 66 def dump_summary(duration, example_count, failure_count, pending_count) end |