diff options
author | betterzega <zega@betterment.com> | 2019-02-05 21:28:53 -0500 |
---|---|---|
committer | betterzega <zega@betterment.com> | 2019-02-05 21:28:53 -0500 |
commit | f8a52441474e4d49c2ff68f214708badda7db1bb (patch) | |
tree | 7ea62b6ca4dd7ce3a3b2141ecf37dc1ff0150827 /actionpack/lib/action_dispatch/system_testing | |
parent | 3127f5783ef3f07a05476b4a036d069d96def603 (diff) | |
download | rails-f8a52441474e4d49c2ff68f214708badda7db1bb.tar.gz rails-f8a52441474e4d49c2ff68f214708badda7db1bb.tar.bz2 rails-f8a52441474e4d49c2ff68f214708badda7db1bb.zip |
Update terminal-to-html inline images url in ScreenshotHelper
Diffstat (limited to 'actionpack/lib/action_dispatch/system_testing')
-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 |