From e9f3dc5431120aeab1bd1f143b357d71649a516f Mon Sep 17 00:00:00 2001 From: William Melody Date: Wed, 1 Mar 2017 12:15:16 -0800 Subject: [PATCH] Add "Tests" section to README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 74097d2..c3e6ced 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,11 @@ Open the hosts file (/etc/hosts) file in your editor. Print the entire contents of the /etc/hosts file. +## Tests + +To run the test suite, install [Bats](https://github.com/sstephenson/bats) and +run `bats test` in the project root directory. + ## Acknowledgements Based on prior work by: