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:
authorDouwe Maan <douwe@gitlab.com>2017-06-15 02:46:32 +0300
committerDouwe Maan <douwe@gitlab.com>2017-06-15 02:46:32 +0300
commit39bbdc4f254746cf6a943b7f44b9a01593c53339 (patch)
treefe84a295826e817d780cc5285d598100e13cb73d /spec
parentc953314aa3719482c319c873c5b732e43ce53f79 (diff)
parentc5a88df6b77173b634cc38d85d5c9c2735c69210 (diff)
Merge branch 'rs-fix-codeclimate-build' into 'master'
Require rubocop-rspec in the correct location See merge request !12174
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'