Skip to content

Commit

Permalink
Remove verbose. Closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Mar 30, 2014
1 parent 4dc73eb commit af25850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ var it = Lab.test;

describe('Server', function () {

it('always fails', function (done) {

throw new Error('boom');
});

it('calls start twice', function (done) {

var server = new Hapi.Server(0);
Expand Down

0 comments on commit af25850

Please sign in to comment.