Skip to content

Commit

Permalink
changes package version to semver compat, and renames a test after up…
Browse files Browse the repository at this point in the history
…grade to pug in #193
  • Loading branch information
josmas committed Jun 2, 2016
1 parent c7d035a commit dda0071
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 @@ -29,7 +29,7 @@
"express-session": "~1.11.2",
"habitat": "^3.1.2",
"imports-loader": "^0.6.4",
"pug": "~2.0.0-alpha8",
"pug": "^2.0.0-alpha8",
"jsx-loader": "^0.13.2",
"mofo-style": "^2.3.0",
"mongoose": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Integration test against the real Badge server', function () {
.expect(200, done);
});

it('render JSON data in code jade if ask pretty', function (done) {
it('render JSON data in pug with the pretty param', function (done) {
request(app)
.get('/badges?pretty=true')
.expect('Content-Type', /html/)
Expand Down

0 comments on commit dda0071

Please sign in to comment.