Skip to content

Commit

Permalink
Remove a redundant config in spec_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 27, 2025
1 parent c95d720 commit c1b125e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
end

RSpec.configure do |config|
config.include RuboCop::RSpec::ExpectOffense

config.shared_context_metadata_behavior = :apply_to_host_groups
config.filter_run_when_matching :focus
config.filter_run_excluding broken_on: :prism if ENV['PARSER_ENGINE'] == 'parser_prism'
Expand Down

0 comments on commit c1b125e

Please sign in to comment.