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-21 22:04:25 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-12-28 12:20:33 +0300
commit7377b97c5faf375d659c8e338982760d0d6bbb25 (patch)
treea1e726b4589e938c6fefa2fc70802b8375993b9d /qa/qa.rb
parent4e0b6bf714f6e009c5a3ded5c3250ac9e178412f (diff)
QA: Add a scenario for adding a deploy key
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 340f5e35c67..c303a4e7883 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -86,6 +86,11 @@ module QA
module Project
autoload :New, 'qa/page/project/new'
autoload :Show, 'qa/page/project/show'
+
+ module Settings
+ autoload :Repository, 'qa/page/project/settings/repository'
+ autoload :DeployKey, 'qa/page/project/settings/deploy_key'
+ end
end
module Admin