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 c1b125e commit 27c9a21Copy full SHA for 27c9a21
spec/spec_helper.rb
@@ -15,6 +15,10 @@
15
end
16
17
RSpec.configure do |config|
18
+ # TODO: It can be removed when the oldest supported RuboCop version is greater than 1.71.0.
19
+ # https://github.com/rubocop/rubocop/pull/13748
20
+ config.include RuboCop::RSpec::ExpectOffense
21
+
22
config.shared_context_metadata_behavior = :apply_to_host_groups
23
config.filter_run_when_matching :focus
24
config.filter_run_excluding broken_on: :prism if ENV['PARSER_ENGINE'] == 'parser_prism'
0 commit comments