Dynamically setting default_url_options in Capybara
If you’re developing a full-stack Rails app with a link-based hypermedia API then you may find incorrect URLs breaking your system/feature Capybara specs. Find out what’s going on and how to fix it by dynamically setting default_url_options in Capybara.
Post a comment