Method: RSpec::Core::Notifications::SummaryNotification#errors_outside_of_examples_count

Defined in:
lib/rspec/core/notifications.rb

#errors_outside_of_examples_countInteger

the number of errors that have occurred processing the spec suite

Returns:

  • (Integer)

    the current value of errors_outside_of_examples_count

[View source]

300
301
302
# File 'lib/rspec/core/notifications.rb', line 300

def errors_outside_of_examples_count
  @errors_outside_of_examples_count
end