diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-15 15:22:13 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-15 15:22:46 -0700 |
commit | e135ff1afdda064ad727691502761d7e552448a9 (patch) | |
tree | c526dfdad42fc7d2d0081444e98c32f69a78adcd | |
parent | f52ad6cf33e89d53fbf3c45347567a24226c65e3 (diff) | |
download | rails-e135ff1afdda064ad727691502761d7e552448a9.tar.gz rails-e135ff1afdda064ad727691502761d7e552448a9.tar.bz2 rails-e135ff1afdda064ad727691502761d7e552448a9.zip |
Merge pull request #5457 from brianmario/typo-fix
Fix typo in redirect test
-rw-r--r-- | actionpack/test/controller/redirect_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb index a184e355ad..458fe0729c 100644 --- a/actionpack/test/controller/redirect_test.rb +++ b/actionpack/test/controller/redirect_test.rb @@ -137,7 +137,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 |