class RSpec::Core::Formatters::BaseFormatter

def start(notification)

Parameters:
  • example_count () --

Other tags:
    Api: - public
def start(notification)
  start_sync_output
  @example_count = notification.count
end