diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-12-29 16:35:54 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-01-02 22:27:01 +0800 |
commit | 9f7fe677415e36dcf8a6d1621335d383196a5951 (patch) | |
tree | 7ffcff942dc29454c6eff5fc8bed63207c5581a0 /qa/qa.rb | |
parent | f851f13f1bba5503f8219e975fd326573c6a40d5 (diff) | |
download | gitlab-ce-9f7fe677415e36dcf8a6d1621335d383196a5951.tar.gz |
Introduce Factory::Resource::DeployKey
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |