Libraries
»
rspec_n
(2.0.0)
»
Index
»
RspecN
»
Runner
»
#total_failed
Method: RspecN::Runner#total_failed
Defined in:
lib/rspec_n/runner.rb
#
total_failed
⇒
Object
31 32 33
# File 'lib/rspec_n/runner.rb', line 31
def
total_failed
@runs
.
values
.
count
(
&
:failed?
)
end