class RSpec::LegacyFormatters::Adaptor

def example_group_started(notification)

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

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