From 7714312e6cb3170ec2ea3b5e0e44fc4e5cea4fe0 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 23 Jul 2020 23:29:50 +0300 Subject: [PATCH] Remove redundant require --- spec/rubocop/cop/rspec/expect_output_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/rubocop/cop/rspec/expect_output_spec.rb b/spec/rubocop/cop/rspec/expect_output_spec.rb index 20308e028..90ca23167 100644 --- a/spec/rubocop/cop/rspec/expect_output_spec.rb +++ b/spec/rubocop/cop/rspec/expect_output_spec.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require 'spec_helper' - RSpec.describe RuboCop::Cop::RSpec::ExpectOutput do subject(:cop) { described_class.new }