class StdOutErrLoggerTest
def test_initialize_with_file
def test_initialize_with_file Tempfile.open do |file| logger = StdOutErrLogger.new(file.path) assert_equal file.path, logger.file end end
def test_initialize_with_file Tempfile.open do |file| logger = StdOutErrLogger.new(file.path) assert_equal file.path, logger.file end end