Skip to content

Commit

Permalink
Removed unneeded text.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Nov 11, 2014
1 parent 32f6f1a commit 08132e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ mt --demo --formatter doc
## Testing Your Own Projects

MicroTest assumes your test directory is located at `PROJECT_ROOT/test`;
however, this isn't a requirement. You can indicate your test directory location like so.
however, this isn't a requirement. You can indicate your test directory location.

```sh
mt /path/to/test/dir
```

If you have multiple versions of MicroTest installed,
it's safest to run your tests with `bundle exec` like so.
it's safest to run your tests with `bundle exec`.

```sh
bundle exec mt /path/to/test/dir
Expand Down

0 comments on commit 08132e0

Please sign in to comment.