Skip to content

Commit

Permalink
Unit tests need to be updated to reflect 'Jade' rename to 'Pug' - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 30, 2017
1 parent f67aced commit 782bb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/commands/recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("E2E CLI `recipes` command", function () {
return call.args[0].trim();
});

assert.include(calls, "gulp.jade");
assert.include(calls, "gulp.pug");
assert.include(calls, "server");
assert.include(calls, "html.injection");
done();
Expand Down Expand Up @@ -106,7 +106,7 @@ describe("E2E CLI `recipes` command", function () {
return call.args[0].trim();
});

assert.include(calls, "gulp.jade");
assert.include(calls, "gulp.pug");
assert.include(calls, "server");
assert.include(calls, "html.injection");

Expand Down

0 comments on commit 782bb91

Please sign in to comment.