From a59681ed56b772387e384a762bfef0c0658a17ff Mon Sep 17 00:00:00 2001 From: grosser Date: Mon, 8 Jun 2009 15:37:17 +0200 Subject: [PATCH] fixed readme link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7dc5fd33..65fbc2e0 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ Rake tasks to run specs in parallel, to use multiple CPUs and speedup test runti Setup ===== - script/plugin install git://github.com/joakimk/parallel_specs.git + script/plugin install git://github.com/grosser/parallel_specs.git Add <%= ENV['TEST_ENV_NUMBER'] %> to the database name for the test environment in `config/database.yml`, it is '' for process 1, and '2' for process 2.