CHANGELOG.md in rubocop-rspec-2.26.1 vs CHANGELOG.md in rubocop-rspec-2.27.0

- old
+ new

@@ -1,9 +1,21 @@ # Changelog ## Master (Unreleased) +## 2.27.0 (2024-03-01) + +- Add new `RSpec/IsExpectedSpecify` cop. ([@ydah]) +- Add new `RSpec/RepeatedSubjectCall` cop. ([@drcapulet]) +- Add support for `assert_true`, `assert_false`, `assert_not_equal`, `assert_not_nil`, `*_empty`, `*_predicate`, `*_kind_of`, `*_in_delta`, `*_match`, `*_instance_of` and `*_includes` assertions in `RSpec/Rails/MinitestAssertions`. ([@ydah], [@G-Rath]) +- Support asserts with messages in `Rspec/BeEmpty`. ([@G-Rath]) +- Fix a false positive for `RSpec/ExpectActual` when used with rspec-rails routing matchers. ([@naveg]) +- Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`. ([@ydah]) +- Fix a false negative for `RSpec/DescribedClass` when class with constant. ([@ydah]) +- Fix a false positive for `RSpec/ExampleWithoutDescription` when `specify` with multi-line block and missing description. ([@ydah]) +- Fix an incorrect autocorrect for `RSpec/ChangeByZero` when compound expectations with line break before `.by(0)`. ([@ydah]) + ## 2.26.1 (2024-01-05) - Fix an error for `RSpec/SharedExamples` when using examples without argument. ([@ydah]) ## 2.26.0 (2024-01-04) @@ -843,10 +855,11 @@ [@daveworth]: https://github.com/daveworth [@dduugg]: https://github.com/dduugg [@deivid-rodriguez]: https://github.com/deivid-rodriguez [@dgollahon]: https://github.com/dgollahon [@dmitrytsepelev]: https://github.com/dmitrytsepelev +[@drcapulet]: https://github.com/drcapulet [@drowze]: https://github.com/Drowze [@dswij]: https://github.com/dswij [@dvandersluis]: https://github.com/dvandersluis [@edgibbs]: https://github.com/edgibbs [@eikes]: https://github.com/eikes @@ -890,9 +903,10 @@ [@mkrawc]: https://github.com/mkrawc [@mlarraz]: https://github.com/mlarraz [@mockdeep]: https://github.com/mockdeep [@mothonmars]: https://github.com/MothOnMars [@mvz]: https://github.com/mvz +[@naveg]: https://github.com/naveg [@nc-holodakg]: https://github.com/nc-holodakg [@nevir]: https://github.com/nevir [@ngouy]: https://github.com/ngouy [@nickcampbell18]: https://github.com/nickcampbell18 [@nijikon]: https://github.com/nijikon