From 94e4f54cef04c4285a4141bd14c123aa55976b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Mon, 26 Aug 2019 19:26:40 +0200 Subject: [PATCH] Mention gherkin-lint. Closes #18 --- spec/test/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/test/README.rst b/spec/test/README.rst index 2a05924..151b4a8 100644 --- a/spec/test/README.rst +++ b/spec/test/README.rst @@ -19,6 +19,12 @@ Check that your installation is correct by typing this in a shell: You should see a help screen. If not fix it before continuing. +You also need ``gherkin-lint``. Run: + +.. code-block:: bash + + npm install -g gherkin-lint + How to run the test suite? ==========================