From 9e5841a0ae2a57496b8479ffb67d3a7f1ed74e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 6 Jun 2018 19:43:50 +0200 Subject: Improve the Runtime::API classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- qa/qa.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 7f2da05dd63..503379823f4 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -12,7 +12,11 @@ module QA autoload :Browser, 'qa/runtime/browser' autoload :Env, 'qa/runtime/env' autoload :Address, 'qa/runtime/address' - autoload :API, 'qa/runtime/api' + + module API + autoload :Client, 'qa/runtime/api/client' + autoload :Request, 'qa/runtime/api/request' + end module Key autoload :Base, 'qa/runtime/key/base' -- cgit v1.2.3