Browse Source

prettier reporting

pull/2/head
Peter Johnson 11 years ago
parent
commit
ee984c65b6
  1. 2
      test/unit/controller/index.js

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

Loading…
Cancel
Save