Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 9e3b7db

Browse files
committed
Fix variable name
1 parent 2aa56c4 commit 9e3b7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ describe('page sub-generator', function () {
187187

188188
it('creates expected files for the page sub-generator', function (done) {
189189

190-
var expectedSCSS = [
190+
var expected = [
191191
'templates/test-page.html'
192192
];
193193

194194
this.app.options['skip-install'] = true;
195195
this.app.run({}, function () {
196-
helpers.assertFiles(expectedSCSS);
196+
helpers.assertFiles(expected);
197197
done();
198198
});
199199

0 commit comments

Comments
 (0)