Method: RSpec::Core::Formatters::Protocol#start_dump

Defined in:
lib/rspec/core/formatters/protocol.rb

#start_dump(notification) ⇒ void

This method is invoked after all of the examples have executed. The next method to be invoked after this one is #dump_failures (BaseTextFormatter then calls #dump_failures once for each failed example).

Parameters:


# File 'lib/rspec/core/formatters/protocol.rb', line 122