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

Capybara 3.0 support #17

Closed
3 tasks done
odlp opened this issue Apr 17, 2018 · 1 comment
Closed
3 tasks done

Capybara 3.0 support #17

odlp opened this issue Apr 17, 2018 · 1 comment
Assignees

Comments

@odlp
Copy link
Contributor

odlp commented Apr 17, 2018

Capybara 3.0 has been released so we should try and support it!

Currently the gemspec allows >= 2.7.0, < 3.0.0:

s.add_dependency 'capybara', '~> 2.7'

Notably the default server in Capybara is now Puma, but Webrick should still be available:
https://github.com/teamcapybara/capybara/blob/master/UPGRADING.md#server


Steps:

  • Get the build passing
    • It's failing locally for me, I think because aruba 1.0 has been released and there's no Gemfile.lock in this project
  • Use appraisal to test Capybara Discoball with Capybara 2.x & 3.0 - Add Capybara 3.0 support #19
  • Publish a new version on RubyGems
@odlp odlp self-assigned this Apr 17, 2018
@odlp
Copy link
Contributor Author

odlp commented May 11, 2018

Released 0.0.3 which supports Capybara 3.0:
https://rubygems.org/gems/capybara_discoball

@odlp odlp closed this as completed May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant