summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-10-03 10:31:32 -0400
committerMark Lapierre <mlapierre@gitlab.com>2018-10-03 10:31:32 -0400
commit58abdbb5428d71f6ebb94869b957a22661e1230e (patch)
tree280a0b65ca4d4c565a350d60c1128050acc86f80 /qa/qa.rb
parent95364067d52bf65b92ace67c8ad6f217aae2c97e (diff)
downloadgitlab-ce-ml-qa-add-file-templates.tar.gz
Fetch templates from filesystem or APIml-qa-add-file-templates
Fetch template content from the source files used by the app rather than hardcoding strings that will need to be updated if the templates change. Licenses are different - they're not stored as flat files so we retrieve them via the API.
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 9392e26c840..4421f55ba62 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -16,6 +16,8 @@ module QA
autoload :Browser, 'qa/runtime/browser'
autoload :Env, 'qa/runtime/env'
autoload :Address, 'qa/runtime/address'
+ autoload :Path, 'qa/runtime/path'
+ autoload :Fixtures, 'qa/runtime/fixtures'
module API
autoload :Client, 'qa/runtime/api/client'