From 8913cbc195fc8b410e2b93d23ffc316f575e8514 Mon Sep 17 00:00:00 2001 From: David Jones Date: Tue, 2 Jul 2013 09:46:21 +0100 Subject: [PATCH] Removing space at the end of a line. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eb2f996..408bd14 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ and directories have special meanings. Directories are processed in a depth-first order. When a particular directory is processed, `setup_dir` is run before everything else in the directory, including -subdirectories. `teardown_dir` is run after everything else in the directory. +subdirectories. `teardown_dir` is run after everything else in the directory. A directory's `setup` file, if it exists, is run right before each test file within the particular directory, and the `teardown` file is run right after.