Skip to content

Commit

Permalink
Add note about transactional tests. Closes teampoltergeist#78.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jul 2, 2012
1 parent b99b0db commit 77a789e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,11 @@ require 'capybara/poltergeist'
Capybara.javascript_driver = :poltergeist
```

If you were previously using the `:rack_test` driver, be aware that
your app will now run in a separate thread and this can have
consequences for transactional tests. [See the Capybara README for more
detail](https://github.com/jnicklas/capybara/blob/master/README.md#transactions-and-database-setup).

## Installing PhantomJS ##

You need PhantomJS 1.6.0. There are no other dependencies (you don't
Expand Down

0 comments on commit 77a789e

Please sign in to comment.