Skip to content

Commit

Permalink
Merge pull request guard#44 from alanpeabody/patch-1
Browse files Browse the repository at this point in the history
README fix: aggressive_kill option is actually singular.
  • Loading branch information
thibaudgg committed Nov 9, 2011
2 parents a2aac01 + 35e7eb6 commit 0921d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Available options:
:test_unit_env => { 'RAILS_ENV' => 'baz' } # Default: nil
:rspec_env => { 'RAILS_ENV' => 'foo' } # Default: nil
:cucumber_env => { 'RAILS_ENV' => 'bar' } # Default: nil
:aggressive_kills => false # Default: true, will search Spork pids from `ps aux` and kill them all on start.
:aggressive_kill => false # Default: true, will search Spork pids from `ps aux` and kill them all on start.
```

## Common troubleshooting
Expand Down

0 comments on commit 0921d7d

Please sign in to comment.