Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/support/ssh.rb')
-rw-r--r--qa/qa/support/ssh.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/support/ssh.rb b/qa/qa/support/ssh.rb
index 1b53244d1e4..eebe5e65504 100644
--- a/qa/qa/support/ssh.rb
+++ b/qa/qa/support/ssh.rb
@@ -70,3 +70,5 @@ module QA
end
end
end
+
+QA::Support::SSH.prepend_mod_with("Support::SSH", namespace: QA)