From ee984c65b6874855a8b54a9ab61e1d6afd35b312 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 5 Sep 2014 17:32:09 +0100 Subject: [PATCH] prettier reporting --- test/unit/controller/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/controller/index.js b/test/unit/controller/index.js index 42650322..ef1d139d 100644 --- a/test/unit/controller/index.js +++ b/test/unit/controller/index.js @@ -26,7 +26,7 @@ module.exports.tests.info = function(test, common) { module.exports.all = function (tape, common) { function test(name, testFunction) { - return tape(name + ' / ' , testFunction); + return tape('GET / ' + name, testFunction); } for( var testCase in module.exports.tests ){