diff --git a/config/default.yml b/config/default.yml index 38a2df88a..f0d4b32b6 100644 --- a/config/default.yml +++ b/config/default.yml @@ -703,7 +703,6 @@ RSpec/ReceiveNever: RSpec/RedundantAround: Description: Remove redundant `around` hook. Enabled: pending - SafeAutoCorrect: false VersionAdded: "<>" Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RedundantAround diff --git a/docs/modules/ROOT/pages/cops_rspec.adoc b/docs/modules/ROOT/pages/cops_rspec.adoc index 5fb52f5ef..99af123e9 100644 --- a/docs/modules/ROOT/pages/cops_rspec.adoc +++ b/docs/modules/ROOT/pages/cops_rspec.adoc @@ -3999,7 +3999,7 @@ expect(foo).not_to receive(:bar) | Pending | Yes -| Yes (Unsafe) +| Yes | <> | - |===