From e3a68c784adae1dc0c45926f0c694c8bf03c6951 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Wed, 31 Aug 2016 12:44:57 -0700 Subject: [PATCH] CONTRIBUTING: Update test path * Update to follow new testing scheme. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62c76b3..127c763 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ If you have a special feature, you're likely to try but it will likely be reject ## Tests -In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/kylemanna/docker-openvpn). The goal of the tests are to be simple and to be placed in the `tests` directory where it will be automatically run. Review existing tests for an example. +In an effort to not repeat bugs (and break less popular features), unit tests are run on [Travis CI](https://travis-ci.org/kylemanna/docker-openvpn). The goal of the tests are to be simple and to be placed in the `test/tests` directory where it will be automatically run. Review existing tests for an example. ## Style