From b5b3a180bcbefad369b6eb1febc7093b9e5f4029 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 26 Nov 2012 14:14:00 -0500 Subject: [PATCH] period. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbe59f..75fcb5a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Capybara.default_driver = :persistent_selenium Should work just the same as if you used the standard Capybara Selenium driver, except for these two differences: -* The browser starts up first thing and sticks around +* The browser starts up first thing and sticks around. * The last page you were on before your tests passed/failed stays there, so you can inspect it. The browser's cookies and such are reset before the next test runs, so you still get the state