This commit is contained in:
John Bintz 2012-02-03 14:18:53 -05:00
parent 371b3e803f
commit 62af16c465
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ VegetableGlue.url = 'http://localhost:6161/' #=> include the port in here, too,
VegetableGlue.path = '../path/to/the/app' 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 REGLUE=true bundle exec cucumber