README.md in headhunter-0.1.2 vs README.md in headhunter-0.1.3
- old
+ new
@@ -24,9 +24,11 @@
Just set the environment variable `HEADHUNTER` to `true` when running your tests, e.g.:
```
$ rake HEADHUNTER=true
+$ HEADHUNTER=true rspec
+$ HEADHUNTER=true cucumber
```
Headhunter doesn't keep your tests from passing if invalid HTML or unused CSS is found. Instead it displays a short statistic after the tests are run.
$ rake HEADHUNTER=true