Method: RSpec::Core::Formatters::BaseFormatter#start

Defined in:
lib/rspec/core/formatters/base_formatter.rb

#start(notification) ⇒ void

Parameters:

  • notification (StartNotification)

See Also:

[View source]

32
33
34
35
# File 'lib/rspec/core/formatters/base_formatter.rb', line 32

def start(notification)
  start_sync_output
  @example_count = notification.count
end