Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-06-15 00:16:06 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-06-15 01:08:34 +0300
commitc5a88df6b77173b634cc38d85d5c9c2735c69210 (patch)
treee520a70d6b4e659ea3cbf561002b33fbb95a1c48 /spec
parent43e1481c8191651880fe20ff2b07a5501a5f7112 (diff)
Require rubocop-rspec in the correct location
Resolves the `codeclimate` CI failure
Diffstat (limited to 'spec')
-rw-r--r--spec/rubocop/cop/rspec/single_line_hook_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/rubocop/cop/rspec/single_line_hook_spec.rb b/spec/rubocop/cop/rspec/single_line_hook_spec.rb
index f3eb8de63ac..6cf0831d3ad 100644
--- a/spec/rubocop/cop/rspec/single_line_hook_spec.rb
+++ b/spec/rubocop/cop/rspec/single_line_hook_spec.rb
@@ -2,7 +2,6 @@ require 'spec_helper'
require 'rubocop'
require 'rubocop/rspec/support'
-require 'rubocop-rspec'
require_relative '../../../../rubocop/cop/rspec/single_line_hook'