From b4203973499177af6ce309828d88c00811da8ca6 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 3 Nov 2011 10:35:45 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 146269d..af502d2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ home folder's `.jasmine-headless-webkit` file. * `:all_on_start => false` to not run everything when starting, just like `guard-rspec`. * `: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. +* All other options from `Jasmine::Headless::Runner`: (see the [list of available options](https://github.com/johnbintz/jasmine-headless-webkit/blob/master/lib/jasmine/headless/options.rb#L11A)) ### Deprecated options * `:run_before => ""` to run a command before running specs. If the command fails, the test run stops.