From 3fd2f3f2c540b9f2d5ee0b4aad5d256ed5ce7e13 Mon Sep 17 00:00:00 2001 From: Samuel Sieg Date: Tue, 14 Mar 2023 16:05:57 +0100 Subject: [PATCH] Improve comments --- test/test_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 62cceb5b..3704e8e2 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -9,11 +9,11 @@ require "mrsk" ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"] -# Applies to remote commands only, -# see https://github.com/capistrano/sshkit/blob/master/lib/sshkit/dsl.rb#L9 +# Applies to remote commands only. SSHKit.config.backend = SSHKit::Backend::Printer -# Ensure local commands use the printer backend too +# Ensure local commands use the printer backend too. +# See https://github.com/capistrano/sshkit/blob/master/lib/sshkit/dsl.rb#L9 module SSHKit module DSL def run_locally(&block)