lib/minitest/hyper/reporter.rb in minitest-hyper-0.1.0 vs lib/minitest/hyper/reporter.rb in minitest-hyper-0.2.0

- old
+ new

@@ -17,13 +17,9 @@ def report super @report = Report.new(self) @report.write - end - - def passed? - super io.puts "Wrote HTML test report to #{ @report.url }" end def to_h HashFormatter.as_hash(self)