Method: RspecN::Runner#total_failed

Defined in:
lib/rspec_n/runner.rb

#total_failedObject



31
32
33
# File 'lib/rspec_n/runner.rb', line 31

def total_failed
  @runs.values.count(&:failed?)
end