diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 12:22:47 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 12:22:47 +0100 |
commit | 92c3a9941cb519ed7ef18d09338bf4b855e3b911 (patch) | |
tree | f9aabda65601c40d593c39c0ad79680cf5632f3f /qa | |
parent | 5becdf01941e3a471def26dd82282784c58b5590 (diff) | |
download | gitlab-ce-92c3a9941cb519ed7ef18d09338bf4b855e3b911.tar.gz |
Fix using release inflector to define autoloads
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,4 +83,6 @@ module QA end end -QA::Runtime::Release.autoloads +if QA::Runtime::Release.has_autoloads? + require QA::Runtime::Release.autoloads_file +end |