github.com
When using capybara (for request specs) together with vcr while trying to run with selenium throws the following error:
Best results in other decks
visit '/static_pages/home' expect(page).to have_content('Sample App') Visit simulates visiting the website (provided by capybara), and capybara also...