class RSpec::Core::Profiler
def example_started(notification)
def example_started(notification) group = notification.example.example_group.parent_groups.last @example_groups[group][:count] += 1 end
def example_started(notification) group = notification.example.example_group.parent_groups.last @example_groups[group][:count] += 1 end