diff --git a/package.json b/package.json index 179c13c..3ee2e5e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/integration/app.js b/test/integration/app.js index 785951b..a40f714 100644 --- a/test/integration/app.js +++ b/test/integration/app.js @@ -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/)