Skip to content

Commit

Permalink
Fix a false negative for RSpec/DescribedClass when class with constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Feb 16, 2024
1 parent 125c0ea commit c9a09cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@
- Fix a false positive for `RSpec/ExpectActual` when used with rspec-rails routing matchers. ([@naveg])
- Add new `RSpec/RepeatedSubjectCall` cop. ([@drcapulet])
- Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`. ([@ydah])
- Fix a false negative for `RSpec/DescribedClass` when class with constant. ([@ydah])

## 2.26.1 (2024-01-05)

Expand Down

0 comments on commit c9a09cd

Please sign in to comment.