Skip to content

Commit 959cc5f

Browse files
committed
Remove a redundant config in spec_helper.rb
Follow up rubocop/rubocop#13748.
1 parent 2f8ae50 commit 959cc5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
end
1010

1111
RSpec.configure do |config|
12-
config.include RuboCop::RSpec::ExpectOffense
13-
1412
config.shared_context_metadata_behavior = :apply_to_host_groups
1513
config.filter_run_when_matching :focus
1614
config.filter_run_excluding broken_on: :prism if ENV['PARSER_ENGINE'] == 'parser_prism'

0 commit comments

Comments
 (0)