This commit is contained in:
Tj Holowaychuk
2011-11-08 19:10:09 -08:00
parent d8787867c4
commit 6a2d6b872b

View File

@@ -58,6 +58,11 @@ describe('res', function(){
})
})
})
describe('when deeply mounted', function(){
// TODO: refactor "root" handling
it('should respect the mount-point');
})
})
describe('.redirect(status, url)', function(){