diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2019-02-06 11:49:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 11:49:04 +0900 |
commit | f16a397a3bbff55e83a5f9e8b17f90b542533e4e (patch) | |
tree | 7ea62b6ca4dd7ce3a3b2141ecf37dc1ff0150827 /actionpack/lib | |
parent | 3127f5783ef3f07a05476b4a036d069d96def603 (diff) | |
parent | f8a52441474e4d49c2ff68f214708badda7db1bb (diff) | |
download | rails-f16a397a3bbff55e83a5f9e8b17f90b542533e4e.tar.gz rails-f16a397a3bbff55e83a5f9e8b17f90b542533e4e.tar.bz2 rails-f16a397a3bbff55e83a5f9e8b17f90b542533e4e.zip |
Merge pull request #35173 from betterzega/master
Update terminal-to-html inline images url in ScreenshotHelper documentation
Diffstat (limited to 'actionpack/lib')
-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 884fb51d18..79359a0c8b 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 @@ -20,7 +20,7 @@ module ActionDispatch # * [+inline+] Display the screenshot in the terminal using the # iTerm image protocol (https://iterm2.com/documentation-images.html). # * [+artifact+] Display the screenshot in the terminal, using the terminal - # artifact format (https://buildkite.github.io/terminal/inline-images/). + # artifact format (https://buildkite.github.io/terminal-to-html/inline-images/). def take_screenshot save_image puts display_image |