diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2018-10-03 10:31:32 -0400 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2018-10-03 10:31:32 -0400 |
commit | 58abdbb5428d71f6ebb94869b957a22661e1230e (patch) | |
tree | 280a0b65ca4d4c565a350d60c1128050acc86f80 /qa/qa.rb | |
parent | 95364067d52bf65b92ace67c8ad6f217aae2c97e (diff) | |
download | gitlab-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.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |