aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/response.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2017-03-22 00:51:29 -0700
committerGitHub <noreply@github.com>2017-03-22 00:51:29 -0700
commit34fe2a4fc778d18b7fe6bdf3629c1481bee789b9 (patch)
treea32f89a9b2db8272a788d63eb41a94964fa18204 /actionpack/lib/action_dispatch/testing/assertions/response.rb
parentafbbcf24d791362a65c7f29b739c73a5b09e3816 (diff)
parent1c6747999a74eac84d4e30d698f59c16e0309d64 (diff)
downloadrails-34fe2a4fc778d18b7fe6bdf3629c1481bee789b9.tar.gz
rails-34fe2a4fc778d18b7fe6bdf3629c1481bee789b9.tar.bz2
rails-34fe2a4fc778d18b7fe6bdf3629c1481bee789b9.zip
Merge pull request #28394 from shime/docs-action-dispatch
[docs] fix ActionDispatch documentation
Diffstat (limited to 'actionpack/lib/action_dispatch/testing/assertions/response.rb')
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/assertions/response.rb b/actionpack/lib/action_dispatch/testing/assertions/response.rb
index 817737341c..1baf979ac9 100644
--- a/actionpack/lib/action_dispatch/testing/assertions/response.rb
+++ b/actionpack/lib/action_dispatch/testing/assertions/response.rb
@@ -45,7 +45,7 @@ module ActionDispatch
# # Asserts that the redirection was to the named route login_url
# assert_redirected_to login_url
#
- # # Asserts that the redirection was to the url for @customer
+ # # Asserts that the redirection was to the URL for @customer
# assert_redirected_to @customer
#
# # Asserts that the redirection matches the regular expression