documentation update
This commit is contained in:
parent
732cc625a8
commit
26326b5c32
|
@ -15,9 +15,8 @@ home folder's `.jasmine-headless-webkit` file.
|
|||
## `guard` options
|
||||
|
||||
* `: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. Useful for running Jammit before running your specs to compile templates:
|
||||
|
||||
`guard 'jasmine-headliness-webkit', :run_before => 'jammit -f 2>/dev/null' do`
|
||||
* `: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.
|
||||
|
||||
## What's the deal with `newest_js_file`?
|
||||
|
||||
|
|
Loading…
Reference in New Issue