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>2018-11-19 16:01:38 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2018-11-26 11:04:48 +0300
commit553a65df04fc4720ad8abbe2606118766595b807 (patch)
tree2aa0d6cbfbb903123d6c9221cab04e6fb7eb07fe /qa/qa.rb
parent84cb5f1322edd1f3d05ac92fa671ff3e366cd8c4 (diff)
Port ee changes
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 c0d5244dbfa..aa0b78b37e8 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -329,6 +329,7 @@ module QA
module Page
autoload :Logging, 'qa/support/page/logging'
end
+ autoload :Api, 'qa/support/api'
end
end