readme fix

This commit is contained in:
John Bintz 2011-06-07 09:00:05 -04:00
parent 502a973b67
commit 5f147638be
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ home folder's `.jasmine-headless-webkit` file.
* `:all_on_start => false` to not run everything when starting, just like `guard-rspec`. * `:all_on_start => false` to not run everything when starting, just like `guard-rspec`.
* `:run_before => "<command to run>` to run a command before running specs. If the command fails, the test run stops. * `:run_before => "<command to run>` to run a command before running specs. If the command fails, the test run stops.
* `:jammit => true` to run `jammit -f 2>/dev/null` before the tests for the current file change are run. * `:jammit => true` to run `jammit -f 2>/dev/null` before the tests for the current file change are run.
* `:valid_extensions => %w{` to run `jammit -f 2>/dev/null` before the tests for the current file change are run. * `:valid_extensions => %w{js coffee}` to only trigger `run_on_change` events for files with these extensions. Forces Guard to re-run all tests when any other matched file changes.
## What's the deal with `newest_js_file`? ## What's the deal with `newest_js_file`?