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.
RSpec/ChangeByZero
.by(0)
1 parent 6fd05c0 commit d7895e1Copy full SHA for d7895e1
CHANGELOG.md
@@ -17,6 +17,7 @@
17
- Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`. ([@ydah])
18
- 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])
20
+- Fix an incorrect autocorrect for `RSpec/ChangeByZero` when compound expectations with line break before `.by(0)`. ([@ydah])
21
22
## 2.26.1 (2024-01-05)
23
0 commit comments