diff --git a/test/test.js b/test/test.js index b1b48eba..71229d3e 100644 --- a/test/test.js +++ b/test/test.js @@ -146,7 +146,7 @@ describe('Webapp generator', function () { }); }); - it('creates expected SASS and Bootstrap components', function (done) { + it('creates expected Sass and Bootstrap components', function (done) { runGen.withOptions(options).withPrompt({ features: ['includeSass', 'includeBootstrap'] }).on('end', function () {