Remove TODO from the response type test

master
Slobodan Stojanovic 2015-10-31 14:01:26 +01:00
parent b08facb7bd
commit 275356a5ce
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);
});
});