summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qa/Gemfile1
-rw-r--r--qa/qa.rb2
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'
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
##