lib/covered/summary.rb in covered-0.18.1 vs lib/covered/summary.rb in covered-0.18.2
- old
+ new
@@ -187,6 +187,12 @@
terminal.puts
statistics.print(output)
end
end
+
+ class Quiet
+ def call(wrapper, output = $stdout)
+ # Silent.
+ end
+ end
end