Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
marten committed May 23, 2012
1 parent 13a9bb0 commit fa76dc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.markdown
Expand Up @@ -10,6 +10,19 @@ $filename`, and soundcheck will figure out how to run that test.

Soundcheck will also try to run your tests as fast as possible.

## Usage

```
soundcheck
=> runs all tests it can find
soundcheck spec
=> runs rspec tests
soundcheck --fast spec
=> runs only rspec tests that don't require spec_helper
```

## Is Soundcheck not working for your project?

Feel free to submit a pull request that adds only a fixture and RSpec testcase
Expand Down

0 comments on commit fa76dc3

Please sign in to comment.