Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Capybara monkey patch to check Capybara.raise_server_errors
If `Capybara.raise_server_errors` is temporarily disabled for a spec, reset each session's errors to prevent `reset_sessions_after_rescue!` from raising an error after `raise_server_errors` has been reset. Fixes #127.
- Loading branch information