class RSpec::LegacyFormatters::Adaptor
def example_group_started(notification)
-
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