We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959cc5f commit 79be0f2Copy full SHA for 79be0f2
spec/spec_helper.rb
@@ -9,6 +9,10 @@
9
end
10
11
RSpec.configure do |config|
12
+ # TODO: It can be removed when the oldest supported RuboCop version is greater than 1.71.0.
13
+ # https://github.com/rubocop/rubocop/pull/13748
14
+ config.include RuboCop::RSpec::ExpectOffense
15
+
16
config.shared_context_metadata_behavior = :apply_to_host_groups
17
config.filter_run_when_matching :focus
18
config.filter_run_excluding broken_on: :prism if ENV['PARSER_ENGINE'] == 'parser_prism'
0 commit comments