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

Remove redundant Capybara config #1128

Merged

Commits on May 18, 2023

  1. Remove redundant Capybara config

    Capybara was configured to silence Puma in thoughtbot#981 to prevent Puma startup messages
    being output when running specs with `js: true`.
    
    This configuration has since been updated in
    [rspec-rails](rspec/rspec-rails#2289), so we can remove
    it here.
    cpjmcquillan committed May 18, 2023
    Configuration menu
    Copy the full SHA
    dc295d3 View commit details
    Browse the repository at this point in the history