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>2018-01-25 16:11:44 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-25 16:11:44 +0300
commit8586391e073901ef7dcd70e20f3ccc00774006d2 (patch)
tree4c603596febbeb93502b3b17323d42c01dcb86e0 /qa/qa.rb
parent209c4c5e3ef0f6f0fe1c0c0cd2271e450d8790bc (diff)
Respect the latest changes from master
Basically using the new expand_section
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index dfb0594eebe..8c9dbb786e0 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -112,7 +112,6 @@ module QA
autoload :Repository, 'qa/page/project/settings/repository'
autoload :CICD, 'qa/page/project/settings/ci_cd'
autoload :DeployKeys, 'qa/page/project/settings/deploy_keys'
- autoload :CICD, 'qa/page/project/settings/cicd'
autoload :SecretVariables, 'qa/page/project/settings/secret_variables'
autoload :Runners, 'qa/page/project/settings/runners'
end