ci-reporter / ci_reporter

CI::Reporter is an add-on to popular test frameworks that allows you to generate XML reports
MIT License
343 stars 110 forks source link

IO delegation bug in test_suite #70

Closed chrisvroberts closed 12 years ago

chrisvroberts commented 12 years ago

OutputCapture::initialize in test_suite.rb does not call super which means that the io object is not forwarded to DelegateClass(IO).

This was causing 'flush not defined on NilClass' errors following stdout being set to nil.