class ParallelTests::RSpec::RuntimeLogger

def example_group_finished(notification)

def example_group_finished(notification)
  @group_nesting -= 1
  if @group_nesting == 0
    @example_times[notification.group.file_path] += ParallelTests.now - @time
  end
  super if defined?(super)
end