Dont display Failed test if suite passed

This commit is contained in:
Arthur Neves 2015-01-23 20:40:33 -05:00 committed by Yves Senn
parent d1a5460e3e
commit 5ae2c7060f

@ -3,6 +3,7 @@
module Rails
class TestUnitReporter < Minitest::StatisticsReporter
def report
return if passed?
io.puts
io.puts "Failed test:"
io.puts