class RSpec::LegacyFormatters::Adaptor

def example_group_finished(notification)

Parameters:
  • notification (GroupNotification) -- containing example_group subclass of `RSpec::Core::ExampleGroup`

Other tags:
    Api: - public
def example_group_finished(notification)
  @formatter.example_group_finished notification.group
end