From 1ace5a69f91eb1e9535c733ba54a2e6642f13833 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 09:54:59 -0400 Subject: [PATCH] filesystem --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f0be012..1f13f45 100644 --- a/readme.md +++ b/readme.md @@ -9,13 +9,17 @@ and directories have special meanings. bar/ setup test_that_something_works - teardown + teardown baz/ jack-in-the-box/ setup test_that_something_works teardown cat-in-the-box/ + fixtures/ + thingy.pdf + test_thingy + teardown Directories are processed in a depth-first order. When a particular directory is processed, `setup` is run before everything else in the directory, including