Hi everyone,
It's been way too long, but I finally managed to get the master branch into a state which could be considered good enough for release. I've just pushed beta4 to Rubygems. Note that this release breaks compatibility with the 1.1.x series of Capybara in major ways, it also is not compatible with previous beta versions in some ways.
Notably, we changed the :type
that Capybara assumes your specs run under in RSpec to :feature
(previously it was :request
). The latest release of spec/features
. Alternatively you can use the Capybara Feature DSL (feature
instead of describe
), which should work without any additional tweaking. If you see errors like undefined method visit
, then you're probably encountering this issue. If you're including modules into :request
specs, you will probably need to change that to :feature
.
This release also drops official support for Ruby 1.8.x. It's time to migrate, folks!
Many thanks to the many contributors for all the help with this release. Without you