tweak readme

This commit is contained in:
John Bintz 2013-01-28 10:00:25 -05:00
parent 8552f6a336
commit ab1b4dd951
1 changed files with 2 additions and 2 deletions

View File

@ -33,12 +33,12 @@ these two differences:
* The last page you were on before your tests passed/failed stays there, so you can inspect it * The last page you were on before your tests passed/failed stays there, so you can inspect it
and adjust your tests. and adjust your tests.
The browser's cookies and such are reset before the next test runs, so you still get the state The browser's cache is disabled, and cookies are reset before the next test runs, so you still get the state
cleared out before your next set of tests. cleared out before your next set of tests.
### Under the hood ### Under the hood
It's DRb, which Just Works (tm), and a little reshuffling of the default Capybara Selenium driver's code. It's DRb, which mostly Just Works (tm), and has a little reshuffling of the default Capybara Selenium driver's code.
#### When DRb doesn't Just Work (tm) #### When DRb doesn't Just Work (tm)