From 640eba852b00f227bd6edf8889db35e531a91660 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 3 Dec 2015 18:51:47 +0100 Subject: [PATCH] add doc for single unit test --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 18e36bc03..1b1cca325 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,12 @@ We perform `unit`, `resource` and `integration` tests. bundle exec rake test ``` +If you like to run only one test, use + +```bash +bundle exec ruby -W -Ilib:test test/unit/resources/user_test.rb +``` + ### Resource tests Resource tests make sure the backend execution layer behaves as expected. These tests will take a while, as a lot of different operating systems and configurations are being tested.