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 17:40:47 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-02 17:27:01 +0300
commit7945878d45775e74046196bfd40291a1a7747724 (patch)
tree6b030a913b83d7a2666b3337e0ee4ec055b48b3e /qa/qa.rb
parent9f7fe677415e36dcf8a6d1621335d383196a5951 (diff)
Introduce common project settings and just put
everything in the scenario without a before block.
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 8001a1a3bd0..4fc656253af 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -93,6 +93,7 @@ module QA
autoload :Show, 'qa/page/project/show'
module Settings
+ autoload :Common, 'qa/page/project/settings/common'
autoload :Repository, 'qa/page/project/settings/repository'
autoload :DeployKeys, 'qa/page/project/settings/deploy_keys'
end