align cucumber diff tables

This commit is contained in:
Emil Tin
2017-02-07 10:24:31 +01:00
committed by Patrick Niklaus
parent 543f0e5e44
commit ddb60c34e6
2 changed files with 65 additions and 30 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ module.exports = function () {
}
if (this.FuzzyMatch.match(outputRow[direction], want)) {
outputRow[direction] = [usingShortcut ? usingShortcut : row[direction]];
outputRow[direction] = usingShortcut ? usingShortcut : row[direction];
}
});