aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing/test_helpers
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-22 08:53:32 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-22 12:23:13 +0900
commit001ad88909016771c5dd41d01e7748baf2b9b7eb (patch)
tree857e8c532a26f07be51ad06115583bb4ce1cdce7 /actionpack/lib/action_dispatch/system_testing/test_helpers
parent633e9745f8eafb0d1d5523ec761fdee420bcbc91 (diff)
downloadrails-001ad88909016771c5dd41d01e7748baf2b9b7eb.tar.gz
rails-001ad88909016771c5dd41d01e7748baf2b9b7eb.tar.bz2
rails-001ad88909016771c5dd41d01e7748baf2b9b7eb.zip
Update links to use https link instead of http [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/system_testing/test_helpers')
-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.