Skip to content

Commit

Permalink
Removed accidentally committed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeor committed Jul 7, 2016
1 parent 81f50b5 commit 51dad18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scss-lint.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ describe('grunt-scss-lint', function () {
grunt.event.on('scss-lint-error', eventSpy);

scsslint.lint(fileFail, testOptions, function (results) {
expect(results).to.equal('hell');
results = results.split('\n');
expect(results.length).to.be(5);
expect(eventSpy.calledOne).to.be.ok();
Expand Down

0 comments on commit 51dad18

Please sign in to comment.