summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-02-20 13:59:11 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-09 10:36:27 +0100
commit161d0aa43dc767485c6f8a2300b6f4014c29ad7b (patch)
tree4004735c7e9425fb9a1b165fa0de00dd98a0b158 /qa/qa.rb
parentadbbcc1cf43cdbea51db23338b14670da444b2b8 (diff)
downloadgitlab-ce-161d0aa43dc767485c6f8a2300b6f4014c29ad7b.tar.gz
Fix Rubocop offense and remove QA Rubocop from deps
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index c47561bfa18..106761fd215 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -1,4 +1,4 @@
-$LOAD_PATH << File.expand_path(File.dirname(__FILE__))
+$: << File.expand_path(File.dirname(__FILE__))
module QA
##