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
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-12-29 11:35:54 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-02 17:27:01 +0300
commit9f7fe677415e36dcf8a6d1621335d383196a5951 (patch)
tree7ffcff942dc29454c6eff5fc8bed63207c5581a0 /qa/qa.rb
parentf851f13f1bba5503f8219e975fd326573c6a40d5 (diff)
Introduce Factory::Resource::DeployKey
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 3c63c18483b..8001a1a3bd0 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -24,6 +24,7 @@ module QA
autoload :Sandbox, 'qa/factory/resource/sandbox'
autoload :Group, 'qa/factory/resource/group'
autoload :Project, 'qa/factory/resource/project'
+ autoload :DeployKey, 'qa/factory/resource/deploy_key'
end
module Repository