class RSpec::Core::Formatters::BaseFormatter

def start(example_count)

Parameters:
  • example_count () --

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