1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

assert_redirect_to's partial hash matching was deprecated in 2-3 stable 7f1f16c01

This commit is contained in:
Joshua Peek 2009-05-04 20:26:43 -05:00
parent e3891601d1
commit d4402c5554

View file

@ -233,13 +233,6 @@ class RedirectTest < ActionController::TestCase
assert_redirected_to Workshop.new(5, true)
end
def test_redirect_with_partial_params
pending do
get :module_redirect
assert_redirected_to :action => 'hello_world'
end
end
def test_redirect_to_nil
assert_raise(ActionController::ActionControllerError) do
get :redirect_to_nil