Skip to content

Commit

Permalink
Fix intermittently failing test due to changing error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jish committed Dec 10, 2014
1 parent fd371b0 commit 3c0dd4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/plugins/pre_commit/checks/scss_lint_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@

it "fails for bad formatted code" do
check.call([fixture_file("bad.scss")]).must_match(/test\/files\/bad\.scss/)
check.call([fixture_file("bad.scss")]).must_match(/should be sorted in order/)
end
end

0 comments on commit 3c0dd4b

Please sign in to comment.