Class: CI::Reporter::NoCapture

Inherits:
Object
  • Object
show all
Defined in:
lib/ci/reporter/minitest.rb

Instance Method Summary collapse

Instance Method Details

#finishObject



46
47
48
# File 'lib/ci/reporter/minitest.rb', line 46

def finish
  [nil, nil]
end

#startObject



43
44
# File 'lib/ci/reporter/minitest.rb', line 43

def start
end