Skip to content

Commit

Permalink
Disables random URL test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed May 9, 2016
1 parent 046c389 commit 916382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ describe('GET /events', function() {
.expect(200, done);
});
});
*/
describe('GET /random-url', function() {
it('should return 404', function(done) {
request(app)
.get('/reset')
.expect(404, done);
});
});
});
*/

0 comments on commit 916382b

Please sign in to comment.