From 62af16c465595b1c174d67e633c0d88c6644d012 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 3 Feb 2012 14:18:53 -0500 Subject: [PATCH] fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 425b47f..23e2a6e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ VegetableGlue.url = 'http://localhost:6161/' #=> include the port in here, too, VegetableGlue.path = '../path/to/the/app' ``` -The app will clean its database on each scenario. To restart the app, pass in the environment variable `GLUE_RESTART`: +The app will clean its database on each scenario. To restart the app, pass in the environment variable `REGLUE`: REGLUE=true bundle exec cucumber