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.
2 parents 5f2641f + 0e902fd commit c998f1eCopy full SHA for c998f1e
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Master (Unreleased)
4
5
- Support correcting `assert_nil` and `refute_nil` to `RSpec/Rails/MinitestAssertions`. ([@G-Rath])
6
+- Fix a false positive for `RSpec/ExpectActual` when used with rspec-rails routing matchers. ([@naveg])
7
8
## 2.26.1 (2024-01-05)
9
@@ -894,6 +895,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
894
895
[@mockdeep]: https://github.com/mockdeep
896
[@mothonmars]: https://github.com/MothOnMars
897
[@mvz]: https://github.com/mvz
898
+[@naveg]: https://github.com/naveg
899
[@nc-holodakg]: https://github.com/nc-holodakg
900
[@nevir]: https://github.com/nevir
901
[@ngouy]: https://github.com/ngouy
0 commit comments