diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-08-26 08:17:25 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-08-26 08:17:25 +0000 |
commit | 789fcae35eb54296959818e962a8dd3541eb00cd (patch) | |
tree | 8f92af209ce8501de6a544430ee8a89be53754b4 /qa/qa.rb | |
parent | a0cfc1b65ec959e187a4297bcab0b494cbe52cce (diff) | |
parent | 3f64b1ad204a6978543e74f8095be731ed4f287f (diff) | |
download | gitlab-ce-789fcae35eb54296959818e962a8dd3541eb00cd.tar.gz |
Merge branch 'make-qa-scenario-test-instance-back-compatible' into 'master'
[QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3
See merge request gitlab-org/gitlab-ce!21339
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' |