lib/minitest/distributed/reporters/distributed_progress_reporter.rb in minitest-distributed-0.2.4 vs lib/minitest/distributed/reporters/distributed_progress_reporter.rb in minitest-distributed-0.2.5
- old
+ new
@@ -27,10 +27,10 @@
def start
Signal.trap("WINCH") { @window_line_width = nil }
super
end
- # Note: due to batching and parallel tests, we have no guarantee that `prerecord`
+ # NOTE: due to batching and parallel tests, we have no guarantee that `prerecord`
# and `record` will be called in succession for the same test without calls to
# either method being interjected for other tests.
#
# As a result we have no idea what will be on the last line of the console.
# We always clear the full line before printing output.