Skip to content

Commit

Permalink
Better formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Sep 14, 2011
1 parent 755d727 commit 0c7b85b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ be shown in the console:
:specdoc => :always # Specdoc output options, either :always, :never or :failure
# default: :failure

With the option set to :always, the specdoc is shown with and without errors in your spec, whereas on with the option
set to :never, there is no output at all, instead just a summary of the spec run is shown. The default option :failure
shows the specdoc when at least one spec failed.
With the option set to `:always`, the specdoc is shown with and without errors in your spec, whereas on with the option
set to `:never`, there is no output at all, instead just a summary of the spec run is shown. The default option
`:failure` shows the specdoc when at least one spec failed.

### System notifications options

Expand Down Expand Up @@ -218,6 +218,9 @@ Pull requests are very welcome! Please try to follow these simple "rules", thoug
- Update the README (if applicable).
- Please **do not change** the version number.

For questions please join us on our [Google group](http://groups.google.com/group/guard-dev) or on `#guard`
(irc.freenode.net).

### The guard-jasmine executable

This Guard comes with a small executable `guard-jasmine` that can be used to run the Jasmine test runner on PhantomJS
Expand All @@ -231,11 +234,6 @@ The only argument that the script takes is the URL to the Jasmine runner, which

$ guard-jasmine http://127.0.0.1:3000/Jasmine?spec=YourSpec

### Questions

For questions please join us on our [Google group](http://groups.google.com/group/guard-dev) or on `#guard`
(irc.freenode.net).

## Acknowledgment

- [Ariya Hidayat][] for [PhantomJS][], a powerful headless WebKit browser.
Expand Down

0 comments on commit 0c7b85b

Please sign in to comment.