Skip to content

Commit

Permalink
Update usage paragraph in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Jan 19, 2014
1 parent f5e5b0b commit e426cf6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@

## Usage

`Mute` is here to help you mute and capture standard out or standard error in
your Ruby programs. This is most useful for testing or cleaning up garbage
output that we'd rather not see.
Tired of seeing garbage printed to the screen during your test suite? Would you
like to prove that your fancy custom Logger is actually working? `Mute` is here
to help!

`Mute` can be used to mute and capture standard out or standard error in your
Ruby program. This is most useful in tests where output should be tested, not
displayed.

To capture standard out:

Expand Down

0 comments on commit e426cf6

Please sign in to comment.