From 338014ef248693eca9ce1819335249c85384857f Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Wed, 30 Nov 2016 22:54:38 -0600 Subject: [PATCH] doc: rename writing_tests.md to writing-tests.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The writing_tests.md file did not utilize kebab-case as the other files in the directory did. PR-URL: https://github.com/nodejs/node/pull/9867 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Jeremiah Senkpiel Reviewed-By: Michaƫl Zasso --- CONTRIBUTING.md | 2 +- doc/guides/{writing_tests.md => writing-tests.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/guides/{writing_tests.md => writing-tests.md} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9ae4ce624b819..64b4531b63ae6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ $ git rebase upstream/master Bug fixes and features **should come with tests**. Add your tests in the `test/parallel/` directory. For guidance on how to write a test for the Node.js -project, see this [guide](./doc/guides/writing_tests.md). Looking at other tests +project, see this [guide](./doc/guides/writing-tests.md). Looking at other tests to see how they should be structured can also help. To run the tests on Unix / OS X: diff --git a/doc/guides/writing_tests.md b/doc/guides/writing-tests.md similarity index 100% rename from doc/guides/writing_tests.md rename to doc/guides/writing-tests.md