From 0fe08685436dddb5c1b803e5032d2b1cbbc120ac Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 2 Sep 2016 15:29:42 +0100 Subject: [PATCH] add information to readme to run a single unit test --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f74d937f..84ff8cc8 100644 --- a/README.md +++ b/README.md @@ -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 ```