method

dump_summary

rspec latest stable - Class: Spec::Runner::Formatter::BaseFormatter
dump_summary(duration, example_count, failure_count, pending_count)
public

This method is invoked after the dumping of examples and failures.

Parameters

duration:the total time for the entire run
example_count:the number of examples run
failure_count:the number of examples that failed
pending_count:the number of examples that are pending