From 58abdbb5428d71f6ebb94869b957a22661e1230e Mon Sep 17 00:00:00 2001 From: Mark Lapierre Date: Wed, 3 Oct 2018 10:31:32 -0400 Subject: Fetch templates from filesystem or API 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. --- qa/qa.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qa/qa.rb') 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' -- cgit v1.2.1