diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-01-18 17:07:37 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-01-22 15:41:52 +0800 |
commit | ccceb26617a28ee6acda0d46a3997428c9f7e56a (patch) | |
tree | 6ad1eded0cc56de5d551b04444f8cc4114960279 /qa/qa.rb | |
parent | ba02e3a5dfb0fb95a1a32b81e893b6fe2ea39b9e (diff) | |
download | gitlab-ce-ccceb26617a28ee6acda0d46a3997428c9f7e56a.tar.gz |
Generate ssh key on the fly for QA
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ module QA autoload :Scenario, 'qa/runtime/scenario' autoload :Browser, 'qa/runtime/browser' autoload :Env, 'qa/runtime/env' + autoload :RSAKey, 'qa/runtime/rsa_key' end ## |