Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of capybara-email in Capybara 2 #10

Closed
wants to merge 1 commit into from

Commits on Aug 30, 2012

  1. Allow use of capybara-email in Capybara 2

    Capybara 2 does not define 'url' on the selenium driver, which
    previously Capybara::Email::Driver#follow relied on. Fortunately,
    Capybara::Session#visit is more robust in Capybara 2, and we can rely on
    it to attach the correct full path to relative urls instead of
    leveraging the previous 'url' method.
    woahdae committed Aug 30, 2012
    Copy the full SHA
    e2aeda0 View commit details
    Browse the repository at this point in the history