summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-12-22 03:04:25 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-12-28 17:20:33 +0800
commit7377b97c5faf375d659c8e338982760d0d6bbb25 (patch)
treea1e726b4589e938c6fefa2fc70802b8375993b9d /qa/qa.rb
parent4e0b6bf714f6e009c5a3ded5c3250ac9e178412f (diff)
downloadgitlab-ce-7377b97c5faf375d659c8e338982760d0d6bbb25.tar.gz
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