Method: RSpec::Core::Notifications::ProfileNotification#example_groups

Defined in:
lib/rspec/core/notifications.rb

#example_groupsArray<RSpec::Core::Profiler>

example groups run

Returns:

  • (Array<RSpec::Core::Profiler>)

    the current value of example_groups



431
432
433
# File 'lib/rspec/core/notifications.rb', line 431

def example_groups
  @example_groups
end