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 ){