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 10:19:58 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-02 17:27:01 +0300
commitbc5552b3594142b6f54a7ac2bc80ee80066c2064 (patch)
treee68066b6c84d10288e4f1b10c6e76b2c439ac1c9 /qa/qa.rb
parentc91718366d0af94de6d67afe1f2fe35076e20f26 (diff)
Introduce Menu::Side
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 c331d4613a4..3c63c18483b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -73,6 +73,10 @@ module QA
autoload :OAuth, 'qa/page/main/oauth'
end
+ module Menu
+ autoload :Side, 'qa/page/menu/side'
+ end
+
module Dashboard
autoload :Projects, 'qa/page/dashboard/projects'
autoload :Groups, 'qa/page/dashboard/groups'