Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schyska committed Oct 16, 2012
1 parent 36c0491 commit 462b8f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,11 @@ The server options configures the server environment that is needed to run Guard

:timeout => 20000 # The time in ms to wait for the spec runner to finish.
# default: 10000

:rackup_config => 'spec/dummy/config.ru' # Path to rackup config file (i.e. for webrick, mongrel, thin, unicorn).
# default: ./config.ru
# This option is useful when using guard-jasmine in a mountable engine
# and the config.ru is within the dummy app
```

If you're setting the `:server` option to `:none`, you can supply the Jasmine runner url manually:
Expand Down

0 comments on commit 462b8f4

Please sign in to comment.