beforeEach(function() {
    logOutput = [];
    mockUi = {
      writeLine: function(s) {
        var sanitized = s.replace('\u001b[33m', '')