Method: RSpec::Core::Notifications::SummaryNotification#errors_outside_of_examples_count
- Defined in:
- lib/rspec/core/notifications.rb
permalink #errors_outside_of_examples_count ⇒ Integer
the number of errors that have occurred processing the spec suite
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def errors_outside_of_examples_count @errors_outside_of_examples_count end |