summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/code_reuse/presenter_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubocop/cop/code_reuse/presenter_spec.rb')
-rw-r--r--spec/rubocop/cop/code_reuse/presenter_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/rubocop/cop/code_reuse/presenter_spec.rb b/spec/rubocop/cop/code_reuse/presenter_spec.rb
index 8efd4da8aa1..4639854588e 100644
--- a/spec/rubocop/cop/code_reuse/presenter_spec.rb
+++ b/spec/rubocop/cop/code_reuse/presenter_spec.rb
@@ -2,12 +2,9 @@
require 'fast_spec_helper'
require 'rubocop'
-require 'rubocop/rspec/support'
require_relative '../../../../rubocop/cop/code_reuse/presenter'
RSpec.describe RuboCop::Cop::CodeReuse::Presenter do
- include CopHelper
-
subject(:cop) { described_class.new }
it 'flags the use of a Presenter in a Service class' do