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:
authorSanad Liaquat <sliaquat@gitlab.com>2019-08-28 08:11:21 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-08-28 08:11:21 +0300
commit2ad1621c7f7bb7b749f2f4f8d89d84a0f2fbc9f7 (patch)
tree8d6f1ecc1a1feadcf00f4515bc3ee75ffd0999a5 /qa/qa.rb
parentd0a7913b3ad6c51284069ae841975fddc1697499 (diff)
parent7a162e1a8f1f1aeb45fee149c201115f7a7231c9 (diff)
Merge branch 'qa-restric-access-by-ip-address-spec-ce' into 'master'
CE Backport of EE changes See merge request gitlab-org/gitlab-ce!32203
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index d25cb5afc9c..2c11df1f15a 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -160,6 +160,10 @@ module QA
module Group
autoload :New, 'qa/page/group/new'
autoload :Show, 'qa/page/group/show'
+
+ module Settings
+ autoload :General, 'qa/page/group/settings/general'
+ end
end
module File