- Loosens runtime dependency on Capybara version.
- Updates the
#first_
method so that when no argument is passed the first occurrence of the element is found. - Updates
README.md
with information about setting up `Capybara'.
- Adds
capybara, ~> 2.2.0
as a runtime dependency. - Fixes the calling of
CapybaraExtensions.extension_methods
when definingCapybara::Session
methods. - Updates the README.