From dae53f993b8ceb8eadb0ceb06dfa683ad5f64d12 Mon Sep 17 00:00:00 2001 From: Johan Holmberg <holmberg556@gmail.com> Date: Sun, 3 Sep 2017 17:31:25 +0200 Subject: [PATCH] use 'rake test' in text --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bb9dbba..cd687ed 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Testing cmdtest Cmdtest_ is tested with itself, like this:: - cmdtest t + rake test This tests ``bin/cmdtest.rb`` using the ``cmdtest`` found in the PATH. It runs a number of tests in the directory ``t``.