From abce26bf2c8ab20c97878c96370003fcb1cc9e6b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 28 Nov 2011 14:16:50 -0500 Subject: [PATCH] haha it's really this --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9742194..c990e47 100644 --- a/index.md +++ b/index.md @@ -382,7 +382,7 @@ you can provide that path with `-j`. Spec files are shuffled into a random order before each run. This lets you find issues where spec files may depend on state established in prior executed spec files -- a bad thing. After each run, you'll get the random seed used to randomize the files: -`Test random seed: --seed 1234` +`Test ordering seed: --seed 1234` If you're getting weird results related to the particula order of a run of specs, pass that same seed value back in and get to work!