Method: RSpec::Core::Formatters::BaseFormatter#example_group_started
- Defined in:
- lib/rspec/core/formatters/base_formatter.rb
#example_group_started(notification) ⇒ void
42 43 44 |
# File 'lib/rspec/core/formatters/base_formatter.rb', line 42 def example_group_started(notification) @example_group = notification.group end |