Method: RSpec::Core::Formatters::BaseFormatter#example_group_started

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

#example_group_started(notification) ⇒ void

Parameters:

  • notification (GroupNotification)

    containing example_group subclass of RSpec::Core::ExampleGroup

See Also:



42
43
44
# File 'lib/rspec/core/formatters/base_formatter.rb', line 42

def example_group_started(notification)
  @example_group = notification.group
end