Skip to content

Commit 6fd05c0

Browse files
authored
Merge pull request #1805 from rubocop/fix-false-positive-example-without-description
Fix a false positive for `RSpec/ExampleWithoutDescription` when `specify` with multi-line block and missing description
2 parents b1f73c0 + 343a5cc commit 6fd05c0

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
@@ -16,6 +16,7 @@
1616
- Add new `RSpec/RepeatedSubjectCall` cop. ([@drcapulet])
1717
- Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`. ([@ydah])
1818
- Fix a false negative for `RSpec/DescribedClass` when class with constant. ([@ydah])
19+
- Fix a false positive for `RSpec/ExampleWithoutDescription` when `specify` with multi-line block and missing description. ([@ydah])
1920

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

0 commit comments

Comments
 (0)