Skip to content

Commit

Permalink
Simplified examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Nov 11, 2014
1 parent 03612da commit a6416ef
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,19 @@ end

MicroTest ships with a demo so you can try it out easily.

* Install `gem install micro_test`
* Help `mt --help`
* Demo `mt --demo`
```sh
gem install micro_test
mt --help
mt --demo
```

Try some of the more advanced features.
Try some advanced features.

* Pry workflow `mt --demo --pry`
* Async test run `mt --demo --async`
```sh
mt --demo --pry
mt --demo --async
mt --demo --formatter doc
```

MicroTest is small & unobtrusive.
It plays nice with other test frameworks, & can be introduced to existing projects incrementally.
Expand Down

0 comments on commit a6416ef

Please sign in to comment.