From d071f1138138aa0c45029687295a59ebe153121f Mon Sep 17 00:00:00 2001 From: Joel Strait Date: Sun, 29 Jan 2017 15:02:15 -0800 Subject: [PATCH] Improving text fixture generation instructions I think this reads a little more clearly --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a687f82..78a8f80 100644 --- a/README.markdown +++ b/README.markdown @@ -102,7 +102,7 @@ Then, to run the tests: ## Generating test fixtures -This isn't required to the run the tests because the fixture files are checked in the repository, but is needed if you want to change one of the fixture `*.wav` files under `/test/fixtures`. These files are generated from `*.yml` config files defined in `/tools`. +If you want to change one of the fixture `*.wav` files under `/test/fixtures`, edit the appropriate `*.yml` file defined in `/tools`, and then run this: rake test:create_fixtures