README.markdown in respec-0.6.0 vs README.markdown in respec-0.7.0

- old
+ new

@@ -50,9 +50,20 @@ It'll even `bundle exec` for you automatically. There are a few other shortcuts. `respec --help` to see them all. +If you're using this on CI, you may want to control where the failure file is +written. You can do this in one of 2 ways: + +Either pass a FAILURES argument: + + respec FAILURES=/path/to/file ... + +Or use the `RESPEC_FAILURES` environment variable. + + RESPEC_FAILURES=/path/to/file respec ... + ## Contributing * [Bug reports](https://github.com/oggy/respec/issues) * [Source](https://github.com/oggy/respec) * Patches: Fork on Github, send pull request.