Skip to content

Commit

Permalink
deps: supertest@1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 14, 2015
1 parent 7dae8e8 commit 7ec381d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"after": "0.8.1",
"istanbul": "0.3.9",
"mocha": "2.2.4",
"supertest": "~0.15.0"
"supertest": "1.0.1"
},
"files": [
"public/",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('errorHandler()', function () {
.expect(/<title>Error: boom!<\/title>/)
.expect(/<h2><em>500<\/em> Error: boom!<\/h2>/)
.expect(/<li> &nbsp; &nbsp;at/)
.end(done)
.expect(500, done)
})
})

Expand Down

0 comments on commit 7ec381d

Please sign in to comment.