Class: Minitest::SummaryReporter

Inherits:
StatisticsReporter
  • Object
show all
Defined in:
lib/computering/dsl/spec.rb

Instance Method Summary collapse

Instance Method Details

#startObject



7
8
9
10
11
12
# File 'lib/computering/dsl/spec.rb', line 7

def start
  # REM (ps) monkeypatch it so that there is not so much verbose output
  super
  self.sync = io.respond_to? :"sync="
  self.old_sync, io.sync = io.sync, true if self.sync
end