Skip to content

Commit

Permalink
add information to readme to run a single unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 4, 2016
1 parent ef11ad9 commit 0fe0868
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ We perform `unit`, `integration` and `windows` tests.
* `integration` tests run against VMs and docker containers
* `windows` tests that run on appveyor for windows integration tests

## Mac/Linux

```
bundle exec ruby -W -Ilib:test/unit test/unit/extras/stat_test.rb
```

## Windows

```
Expand Down

0 comments on commit 0fe0868

Please sign in to comment.