Method: RSpec::Core::Notifications::SummaryNotification#failure_count
- Defined in:
- lib/rspec/core/notifications.rb
permalink #failure_count ⇒ Fixnum
Returns the number of failed examples.
312 313 314 |
# File 'lib/rspec/core/notifications.rb', line 312 def failure_count @failure_count ||= failed_examples.size end |