mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Adding note about Capybara.app with Sinatra
This commit is contained in:
parent
0c57019dca
commit
6d224d0791
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue