diff options
author | Rémy Coutable <remy@rymai.me> | 2018-08-22 09:33:09 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-22 10:21:14 +0200 |
commit | 3f64b1ad204a6978543e74f8095be731ed4f287f (patch) | |
tree | b51ddf9c5fc5d1398adee617a3aeac0644565e20 /qa/qa.rb | |
parent | 1bbe39452664021af90851aef8527ce5e850343e (diff) | |
download | gitlab-ce-3f64b1ad204a6978543e74f8095be731ed4f287f.tar.gz |
[QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |