Adding note about Capybara.app with Sinatra

This commit is contained in:
Jesse Cooke 2012-04-17 15:29:28 -07:00 committed by Joe Ferris
parent 0c57019dca
commit 6d224d0791
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ In RSpec, use the :js => true flag.
Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).
If you're using capybara-webkit with Sinatra, don't forget to set
Capybara.app = MySinatraApp.new
Non-Standard Driver Methods
---------------------------