1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/testing
Arthur Neves 7ec665303d
Fix regression on assert_redirected_to.
`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 1dacfbabf3.

[fixes #14691]
2014-05-13 00:03:38 -04:00
..
assertions Fix regression on assert_redirected_to. 2014-05-13 00:03:38 -04:00
assertions.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
integration.rb Merge branch 'master' of github.com:lifo/docrails 2013-12-20 00:10:30 +05:30
test_process.rb Mark unused variables and make some style fixes 2013-04-08 22:52:32 +03:00
test_request.rb Allow overriding of all headers from passed environment hash 2013-07-25 07:54:57 +01:00
test_response.rb Don't duplicate Rack::Response functionality. [#5320 state:resolved] 2010-09-25 10:58:07 +02:00