diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-19 08:23:37 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-19 08:23:37 +0900 |
commit | 948c2c48df04e775e5b5a3da5f54e0d61299dc54 (patch) | |
tree | 944a248ddb29898a5fc7ae676a8f76253afc0377 /actionpack/lib/action_dispatch | |
parent | 99c604f1f9de2f2a6fc3d0aec4f274cb05b48c69 (diff) | |
download | rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.gz rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.tar.bz2 rails-948c2c48df04e775e5b5a3da5f54e0d61299dc54.zip |
Use ssl in guide and comment [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb | 2 |
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 4eef15b6c2..dbd27ffd32 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 @@ -21,7 +21,7 @@ module ActionDispatch # This is the default value if the +CI+ environment variables # is defined. # * [+artifact+] display the screenshot in the terminal, using the terminal - # artifact format (http://buildkite.github.io/terminal/inline-images/). + # artifact format (https://buildkite.github.io/terminal/inline-images/). def take_screenshot save_image puts display_image |