capybara
capybara copied to clipboard
docs: Correct default url options mismatch between capybara and rails
Rails 8.0.2 has changed its default test environment URL to example.com, but Capybara still defaults to www.example.com. This causes issues when testing mailer URLs in system tests. Made changes to gotchas to clarify about the this mismatch.
This should address the issue of #2807
Hi @simi can we get this merged?