aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/system_test_case_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Define the `url_options` needed for SytemTest inside the route proxy:Edouard CHIN2019-07-241-0/+45
- I made a change in https://github.com/rails/rails/pull/36691 to delegate route helper to a proxy class. This didn't take into account that the `url_options` we redefine in SystemTest would be ignored. This PR fixes that by definin the url_options inside the proxy