- Fix a false positive for
RSpec/RepeatedDescription
when different its block expectations are used. (@ydah) - Add
named_only
style toRSpec/NamedSubject
. (@kuahyeow) - Fix
RSpec/FactoryBot/ConsistentParenthesesStyle
to ignore calls without the first positional argument. (@pirj) - Fix
RSpec/FactoryBot/ConsistentParenthesesStyle
to ignore calls inside a Hash or an Array. (@pirj) - Fix
RSpec/NestedGroups
to correctly useAllowedGroups
config. (@samrjenkins) - Remove
Runners
andHookScopes
RSpec DSL elements from configuration. (@pirj) - Add
with default RSpec/Language config
helper tolib
(underrubocop/rspec/shared_contexts/default_rspec_language_config_context
), to allow use for downstream cops based onRuboCop::Cop::RSpec::Base
. (@smcgivern)