method
dump_failure
dump_failure(counter, failure)
public
Dumps detailed information about an example failure. This method is invoked for each failed example after all examples have run. counter is the sequence number of the associated example. failure is a Failure object, which contains detailed information about the failure.
Parameters
counter: | the sequential number of this failure |
failure: | instance of Spec::Runner::Reporter::Failure |