Skip to content
thomasphorton edited this page Oct 31, 2014 · 3 revisions

I've just submitted a PR and my tests are failing. What's up?

Chances are, you're running a more up-to-date version of scss-lint than what's expected in our package. Use bundle install at the project root to install the version that our package uses. You can check your installed gems with gem query --local.

Clone this wiki locally