class Cucumber::Filters::BroadcastTestRunStartedEvent

def done

def done
  config.notify :test_run_started, @test_cases
  @test_cases.map do |test_case|
    test_case.describe_to(@receiver)
  end
  super
  self
end