Skip to content

Commit c1b125e

Browse files
committed
Remove a redundant config in spec_helper.rb
Follow up rubocop/rubocop#13748.
1 parent c95d720 commit c1b125e

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
@@ -15,8 +15,6 @@
1515
end
1616

1717
RSpec.configure do |config|
18-
config.include RuboCop::RSpec::ExpectOffense
19-
2018
config.shared_context_metadata_behavior = :apply_to_host_groups
2119
config.filter_run_when_matching :focus
2220
config.filter_run_excluding broken_on: :prism if ENV['PARSER_ENGINE'] == 'parser_prism'

0 commit comments

Comments
 (0)