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/assertions
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
..
dom.rb Pass assert_dom_equal message arg to underlying assertion 2013-08-04 11:18:46 -04:00
response.rb Fix regression on assert_redirected_to. 2014-05-13 00:03:38 -04:00
routing.rb Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
selector.rb Remove surplus period from assertion messages 2014-04-13 11:13:21 +02:00
tag.rb 1.9 hash syntax changes to docs 2012-10-31 21:19:44 +02:00