mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7ec665303d
`assert_redirected_to` would fail if there is no controller set on
a `ActionDispatch::IntegrationTest`, as _compute_redirect_to_location
would be called on the controller to build the url.
This regression was introduced after
|
||
---|---|---|
.. | ||
assertions | ||
assertions.rb | ||
integration.rb | ||
test_process.rb | ||
test_request.rb | ||
test_response.rb |