Permalink
Browse files
Update README and CHANGELOG for include: option
- Loading branch information...
Showing
with
6 additions
and
0 deletions.
-
+5
−0
CHANGELOG.md
-
+1
−0
README.md
|
|
@@ -1,3 +1,7 @@ |
|
|
+### New feature
|
|
|
+
|
|
|
+- Support `include:` option to extend the load path of the test runner. ([@amiel][])
|
|
|
+
|
|
|
## 0.6.0 - November 3, 2012
|
|
|
|
|
|
### New feature:
|
|
@@ -148,3 +152,4 @@ |
|
|
[@pastorius]: https://github.com/pastorius
|
|
|
[@rymai]: https://github.com/rymai
|
|
|
[@uk-ar]: https://github.com/uk-ar
|
|
|
+[@amiel]: https://github.com/amiel
|
|
@@ -87,6 +87,7 @@ Please read the [Guard documentation](https://github.com/guard/guard#readme) for |
|
|
* `rubygems` (`Boolean`) - Whether or not to require rubygems (if bundler isn't used) when running the tests. Default to `false`.
|
|
|
* `rvm` (`Array<String>`) - Directly run your specs against multiple Rubies. Default to `nil`.
|
|
|
* `drb` (`Boolean`) - Run your tests with [`spork-testunit`](https://github.com/timcharper/spork-testunit). Default to `false`.
|
|
|
+* `include` (`Array<String>`) - Pass arbitrary include paths to the command that runs the tests. Default to `['test']`.
|
|
|
* `cli` (`String`) - Pass arbitrary CLI arguments to the command that runs the tests. Default to `nil`.
|
|
|
* `all_on_start` (`Boolean`) - Run all tests on Guard startup. Default to `true`.
|
|
|
* `all_after_pass` (`Boolean`) - Run all tests after the current run tests pass. Default to `true`.
|
|
|
0 comments on commit
89ef2c3