module RSpec::Core::Formatters::LegacyFormatter::LegacyInterface

def start(count)

def start(count)
  super Notifications::CountNotification.new(count)
end