summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubocop/cop/group_public_or_visible_to_user_spec.rb')
-rw-r--r--spec/rubocop/cop/group_public_or_visible_to_user_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb b/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb
index b3ec426dc07..2348552f9e4 100644
--- a/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb
+++ b/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require 'fast_spec_helper'
-require 'rubocop'
require_relative '../../../rubocop/cop/group_public_or_visible_to_user'
RSpec.describe RuboCop::Cop::GroupPublicOrVisibleToUser do