Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Sass not SASS
Browse files Browse the repository at this point in the history
  • Loading branch information
neilhem committed May 23, 2015
1 parent 74b95ca commit b6bb12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit b6bb12e

Please sign in to comment.