class RSpec::Core::Formatters::BaseFormatter

def start(notification)

Other tags:
    See: RSpec::Core::Formatters::Protocol#start -

Parameters:
  • notification (StartNotification) --

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