From 3f64b1ad204a6978543e74f8095be731ed4f287f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 22 Aug 2018 09:33:09 +0200 Subject: [QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- qa/qa.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 4b927067449..cf15a8b229c 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -83,6 +83,7 @@ module QA # Test scenario entrypoints. # module Test + autoload :Instance, 'qa/scenario/test/instance' module Instance autoload :All, 'qa/scenario/test/instance/all' autoload :Smoke, 'qa/scenario/test/instance/smoke' -- cgit v1.2.1