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

Merge pull request #5457 from brianmario/typo-fix

Fix typo in redirect test
This commit is contained in:
Aaron Patterson 2012-03-15 15:22:13 -07:00
commit b9c21aa95b

View file

@ -135,7 +135,7 @@ class RedirectTest < ActionController::TestCase
end
def test_redirect_with_null_bytes
get :redirect_with_header_break
get :redirect_with_null_bytes
assert_response :redirect
assert_equal "http://test.host/lolwat", redirect_to_url
end