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:
parent
e3891601d1
commit
d4402c5554
1 changed files with 0 additions and 7 deletions
|
@ -233,13 +233,6 @@ class RedirectTest < ActionController::TestCase
|
||||||
assert_redirected_to Workshop.new(5, true)
|
assert_redirected_to Workshop.new(5, true)
|
||||||
end
|
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
|
def test_redirect_to_nil
|
||||||
assert_raise(ActionController::ActionControllerError) do
|
assert_raise(ActionController::ActionControllerError) do
|
||||||
get :redirect_to_nil
|
get :redirect_to_nil
|
||||||
|
|
Loading…
Reference in a new issue