diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-02-20 13:59:11 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 10:36:27 +0100 |
commit | 161d0aa43dc767485c6f8a2300b6f4014c29ad7b (patch) | |
tree | 4004735c7e9425fb9a1b165fa0de00dd98a0b158 /qa | |
parent | adbbcc1cf43cdbea51db23338b14670da444b2b8 (diff) | |
download | gitlab-ce-161d0aa43dc767485c6f8a2300b6f4014c29ad7b.tar.gz |
Fix Rubocop offense and remove QA Rubocop from deps
Diffstat (limited to 'qa')
-rw-r--r-- | qa/Gemfile | 1 | ||||
-rw-r--r-- | qa/qa.rb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/qa/Gemfile b/qa/Gemfile index baafc976c4b..6bfe25ba437 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -5,4 +5,3 @@ gem 'capybara-screenshot', '~> 1.0.14' gem 'capybara-webkit', '~> 1.12.0' gem 'rake', '~> 12.0.0' gem 'rspec', '~> 3.5' -gem 'rubocop', '~> 0.47.1' @@ -1,4 +1,4 @@ -$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) +$: << File.expand_path(File.dirname(__FILE__)) module QA ## |