From 8b75de56b6538f8265e924eee1665f9221dfcd5e Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 22 Aug 2015 21:40:56 -0500 Subject: [PATCH] Correct tabbing on server side specs reporting --- tasks/gulp-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 65621bb70e..e3b469a9a2 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -93,7 +93,7 @@ gulp.task('test:server_side:safe', ['test:prepare:build'], (cb) => { testBin('mocha test/server_side'), (err, stdout, stderr) => { testResults.push({ - suite: 'Server Side Specs\t', + suite: 'Server Side Specs', pass: testCount(stdout, /(\d+) passing/), fail: testCount(stderr, /(\d+) failing/), pend: testCount(stdout, /(\d+) pending/)