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:
authorMesut Güneş <gunesmes@gmail.com>2019-02-01 17:38:07 +0300
committerRémy Coutable <remy@rymai.me>2019-02-01 17:38:07 +0300
commitec3c3d2bd732e1eac9a75629e4a474bc55abb574 (patch)
tree9093e43f174225fb0f5356a03fa9d14183d62edb /qa/qa.rb
parent8028a59d7a89ca803902b5b5a206bcf1e83e8c51 (diff)
adding a spec for issues/310
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index c851524bb75..8c85513198b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -274,9 +274,11 @@ module QA
module Settings
autoload :Repository, 'qa/page/admin/settings/repository'
+ autoload :General, 'qa/page/admin/settings/general'
module Component
autoload :RepositoryStorage, 'qa/page/admin/settings/component/repository_storage'
+ autoload :AccountAndLimit, 'qa/page/admin/settings/component/account_and_limit'
end
end
end