Closed chrisvroberts closed 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.
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.