diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-13 13:54:33 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-13 13:54:33 +0100 |
commit | 0731365b9de9411a937bd786d6e3fd7e10099800 (patch) | |
tree | ec4d8356380c2fc898847f0125a12c965e52f7dc /qa/qa.rb | |
parent | cbba91840d7c640f94e604575ce018a44f9937d1 (diff) | |
download | gitlab-ce-0731365b9de9411a937bd786d6e3fd7e10099800.tar.gz |
Add GitLab QA CE strategy and simplify inflectorfeature/gb/gitlab-qa-integration-tests
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -78,6 +78,4 @@ module QA end end -if QA::Runtime::Release.has_autoloads? - require QA::Runtime::Release.autoloads_file -end +QA::Runtime::Release.extend_autoloads! |