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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-08 03:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-08 03:09:56 +0300
commit2824b15286295c161bac449af0d5235d31952eb3 (patch)
treecb1fc8eb52673de66432a208ad93914696d24203 /qa/qa.rb
parent17c8111494f51e79744c782db023804f5e4a7410 (diff)
Add latest changes from gitlab-org/gitlab@master
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 130c7b2dae8..603e03b6752 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -417,6 +417,10 @@ module QA
module WebIDE
autoload :Alert, 'qa/page/component/web_ide/alert'
end
+
+ module Project
+ autoload :Templates, 'qa/page/component/project/templates'
+ end
end
end