aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-22 12:27:18 +0900
committerGitHub <noreply@github.com>2017-08-22 12:27:18 +0900
commit1cc45ade33f437762af07575bfdc0d2acabed0d8 (patch)
tree857e8c532a26f07be51ad06115583bb4ce1cdce7 /actionpack/lib/action_dispatch/system_testing
parent633e9745f8eafb0d1d5523ec761fdee420bcbc91 (diff)
parent001ad88909016771c5dd41d01e7748baf2b9b7eb (diff)
downloadrails-1cc45ade33f437762af07575bfdc0d2acabed0d8.tar.gz
rails-1cc45ade33f437762af07575bfdc0d2acabed0d8.tar.bz2
rails-1cc45ade33f437762af07575bfdc0d2acabed0d8.zip
Merge pull request #30353 from yhirano55/use_https_instead_of_http_in_actionpack
[actionpack] Update links to use https link instead of http [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/system_testing')
-rw-r--r--actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb b/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
index dbd27ffd32..a0203d26ae 100644
--- a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
+++ b/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
@@ -16,7 +16,7 @@ module ActionDispatch
# You can set the +RAILS_SYSTEM_TESTING_SCREENSHOT+ environment variable to
# control the output. Possible values are:
# * [+inline+ (default)] display the screenshot in the terminal using the
- # iTerm image protocol (http://iterm2.com/documentation-images.html).
+ # iTerm image protocol (https://iterm2.com/documentation-images.html).
# * [+simple+] only display the screenshot path.
# This is the default value if the +CI+ environment variables
# is defined.