summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 15:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 15:09:12 +0000
commite2937892231e082f4981c31e25cb8d1cca36ea60 (patch)
treea543551ce5980395b9ee826c78e83d4d9c1ae9d4 /qa/qa.rb
parentfdb953945da752dc52c1957f64a179de39f507e5 (diff)
downloadgitlab-ce-e2937892231e082f4981c31e25cb8d1cca36ea60.tar.gz
Add latest changes from gitlab-org/gitlab@master
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 c76820e1009..fadb0b964d5 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -232,6 +232,7 @@ module QA
module Settings
autoload :General, 'qa/page/group/settings/general'
+ autoload :PackageRegistries, 'qa/page/group/settings/package_registries'
end
end