Skip to content

Commit ee0c1ed

Browse files
committed
Add VersionAdd for RSpec/EmptyOutput
1 parent acb5ac5 commit ee0c1ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ RSpec/EmptyMetadata:
369369
RSpec/EmptyOutput:
370370
Description: Check that the `output` matcher is not called with an empty string.
371371
Enabled: pending
372-
VersionAdded: "<<next>>"
372+
VersionAdded: '2.29'
373373
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyOutput
374374

375375
RSpec/Eq:

docs/modules/ROOT/pages/cops_rspec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ describe 'Something'
15291529
| Pending
15301530
| Yes
15311531
| Always
1532-
| <<next>>
1532+
| 2.29
15331533
| -
15341534
|===
15351535

0 commit comments

Comments
 (0)