Keep it simple for the proposal

This commit is contained in:
Samuel Sieg
2023-03-12 10:41:04 +01:00
parent 4bf77ccd1b
commit 9b39f2f3ab
4 changed files with 26 additions and 43 deletions

View File

@@ -12,14 +12,5 @@ ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["
# Applies to remote commands only
SSHKit.config.backend = SSHKit::Backend::Printer
# Ensure local commands use the printer backend too
module SSHKit
module DSL
def run_locally(&block)
SSHKit::Backend::Printer.new(SSHKit::Host.new(:local), &block).run
end
end
end
class ActiveSupport::TestCase
end