Skip to content

Commit c9a09cd

Browse files
committed
Fix a false negative for RSpec/DescribedClass when class with constant
Fix: rubocop/rubocop-rspec#1741
1 parent 125c0ea commit c9a09cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Fix a false positive for `RSpec/ExpectActual` when used with rspec-rails routing matchers. ([@naveg])
1616
- Add new `RSpec/RepeatedSubjectCall` cop. ([@drcapulet])
1717
- Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`. ([@ydah])
18+
- Fix a false negative for `RSpec/DescribedClass` when class with constant. ([@ydah])
1819

1920
## 2.26.1 (2024-01-05)
2021

0 commit comments

Comments
 (0)