Merge pull request #574 from stojanovic/fix/test-todo

Remove TODO from the response type test
master
TJ Holowaychuk 2015-10-31 06:10:16 -07:00
commit 308ceee47d
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ describe('ctx.type', function(){
describe('with no Content-Type', function(){
it('should return ""', function(){
const ctx = context();
// TODO: ctx is lame
assert('' === ctx.type);
assert(!ctx.type);
});
});