Commit 343a5cc
committed
Fix a false positive for
This PR fixes a false positive for `RSpec/ExampleWithoutDescription` when `specify` with multi-line block and missing description.
This is because `specify` is recommended when there is no description.
refs: https://rspec.rubystyle.guide/#it-and-specify
```ruby
specify do
# ...
end
```RSpec/ExampleWithoutDescription when specify with multi-line block and missing description1 parent b1f73c0 commit 343a5cc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments