Skip to content

Commit c998f1e

Browse files
authored
Merge pull request #1764 from naveg/naveg/expect-actual-rails-routing
Fix a false positive for RSpec/ExpectActual with rspec-rails
2 parents 5f2641f + 0e902fd commit c998f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Master (Unreleased)
44

55
- 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])
67

78
## 2.26.1 (2024-01-05)
89

@@ -894,6 +895,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
894895
[@mockdeep]: https://github.com/mockdeep
895896
[@mothonmars]: https://github.com/MothOnMars
896897
[@mvz]: https://github.com/mvz
898+
[@naveg]: https://github.com/naveg
897899
[@nc-holodakg]: https://github.com/nc-holodakg
898900
[@nevir]: https://github.com/nevir
899901
[@ngouy]: https://github.com/ngouy

0 commit comments

Comments
 (0)