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>2018-02-01 19:35:33 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-02-05 18:34:40 +0300
commit1264e2b6e8ce53f578255e9296875947845431bf (patch)
tree5560fa45ea153914f1497b2de0d48dccb8f2c935 /qa/qa.rb
parentf50835869c72beca08b0c7749451fe3c694a28af (diff)
WIP
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 8630e2a522c..b5536a449f1 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -116,6 +116,10 @@ module QA
autoload :Show, 'qa/page/project/pipeline/show'
end
+ module Job
+ autoload :Show, 'qa/page/project/job/show'
+ end
+
module Settings
autoload :Common, 'qa/page/project/settings/common'
autoload :Advanced, 'qa/page/project/settings/advanced'