CHANGELOG.md in rubocop-rspec-2.22.0 vs CHANGELOG.md in rubocop-rspec-2.23.0

- old
+ new

@@ -1,9 +1,23 @@ # Changelog ## Master (Unreleased) +## 2.23.0 (2023-07-30) + +- Add new `RSpec/Rails/NegationBeValid` cop. ([@ydah]) +- Fix a false negative for `RSpec/ExcessiveDocstringSpacing` when finds description with em space. ([@ydah]) +- Fix a false positive for `RSpec/EmptyExampleGroup` when example group with examples defined in `if` branch inside iterator. ([@ydah]) +- Update the message output of `RSpec/ExpectActual` to include the word 'value'. ([@corydiamand]) +- Fix a false negative for `RSpec/Pending` when `it` without body. ([@ydah]) +- Add new `RSpec/ReceiveMessages` cop. ([@ydah]) +- Change default.yml path to use `**/spec/*` instead of `spec/*`. ([@ydah]) +- Add `AllowedIdentifiers` and `AllowedPatterns` configuration option to `RSpec/IndexedLet`. ([@ydah]) +- Fix `RSpec/NamedSubject` when block has no body. ([@splattael]) +- Fix `RSpec/LetBeforeExamples` autocorrect incompatible with `RSpec/ScatteredLet` autocorrect. ([@ydah]) +- Update `RSpec/Focus` to support `shared_context` and `shared_examples` ([@tmaier]) + ## 2.22.0 (2023-05-06) - Extract factory_bot cops to a separate repository, [`rubocop-factory_bot`](https://github.com/rubocop/rubocop-factory_bot). The `rubocop-factory_bot` repository is a dependency of `rubocop-rspec` and the factory_bot cops are aliased (`RSpec/FactoryBot/Foo` == `FactoryBot/Foo`) until v3.0 is released, so the change will be invisible to users until then. ([@ydah]) ## 2.21.0 (2023-05-05) @@ -779,10 +793,11 @@ [@brentwheeldon]: https://github.com/BrentWheeldon [@brianhawley]: https://github.com/BrianHawley [@cfabianski]: https://github.com/cfabianski [@clupprich]: https://github.com/clupprich [@composerinteralia]: https://github.com/composerinteralia +[@corydiamand]: https://github.com/corydiamand [@darhazer]: https://github.com/Darhazer [@daveworth]: https://github.com/daveworth [@dduugg]: https://github.com/dduugg [@deivid-rodriguez]: https://github.com/deivid-rodriguez [@dgollahon]: https://github.com/dgollahon @@ -857,16 +872,18 @@ [@samrjenkins]: https://github.com/samrjenkins [@schmijos]: https://github.com/schmijos [@seanpdoyle]: https://github.com/seanpdoyle [@sl4vr]: https://github.com/sl4vr [@smcgivern]: https://github.com/smcgivern +[@splattael]: https://github.com/splattael [@stephannv]: https://github.com/stephannv [@t3h2mas]: https://github.com/t3h2mas [@tdeo]: https://github.com/tdeo [@tejasbubane]: https://github.com/tejasbubane [@telmofcosta]: https://github.com/telmofcosta [@tietew]: https://github.com/Tietew [@timrogers]: https://github.com/timrogers +[@tmaier]: https://github.com/tmaier [@topalovic]: https://github.com/topalovic [@twalpole]: https://github.com/twalpole [@vzvu3k6k]: https://github.com/vzvu3k6k [@walf443]: https://github.com/walf443 [@ybiquitous]: https://github.com/ybiquitous