Method: RSpec::Core::Formatters::BaseFormatter#example_group_finished

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

#example_group_finished(example_group) ⇒ Object

This method is invoked at the end of the execution of each example group. example_group is the example_group.

[View source]

53
54
# File 'lib/rspec/core/formatters/base_formatter.rb', line 53

def example_group_finished(example_group)
end