aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorAbhishek Jain <jainabhishek1610@gmail.com>2016-02-15 21:26:14 +0530
committerAbhishek Jain <jainabhishek1610@gmail.com>2016-02-15 21:26:14 +0530
commit6d133a482af2428cfb1b67714ce7ffcb5bbd5f29 (patch)
treea858838fba5c04770739036508bd418906b2caf2 /actionpack/test
parent914e2002d8bf86d1c7047f4f6280dcf7b0c8bd19 (diff)
downloadrails-6d133a482af2428cfb1b67714ce7ffcb5bbd5f29.tar.gz
rails-6d133a482af2428cfb1b67714ce7ffcb5bbd5f29.tar.bz2
rails-6d133a482af2428cfb1b67714ce7ffcb5bbd5f29.zip
Use a URL instead of an URL everywhere
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/redirect_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb
index 0b184eace9..3ea03be74a 100644
--- a/actionpack/test/controller/redirect_test.rb
+++ b/actionpack/test/controller/redirect_test.rb
@@ -310,7 +310,7 @@ class RedirectTest < ActionController::TestCase
error = assert_raise(ArgumentError) do
get :redirect_to_params
end
- assert_equal "Generating an URL from non sanitized request parameters is insecure!", error.message
+ assert_equal "Generating a URL from non sanitized request parameters is insecure!", error.message
end
def test_redirect_to_with_block