Skip to content

Commit

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

RSpec.configure do |config|
# TODO: It can be removed when the oldest supported RuboCop version is greater than 1.71.0.
# https://github.com/rubocop/rubocop/pull/13748
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 27c9a21

Please sign in to comment.