Skip to content

Commit

Permalink
Merge pull request #1861 from rubocop/follow
Browse files Browse the repository at this point in the history
Add VersionAdd for `RSpec/EmptyOutput`
  • Loading branch information
bquorning committed Apr 4, 2024
2 parents acb5ac5 + ee0c1ed commit 9bdc63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ RSpec/EmptyMetadata:
RSpec/EmptyOutput:
Description: Check that the `output` matcher is not called with an empty string.
Enabled: pending
VersionAdded: "<<next>>"
VersionAdded: '2.29'
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyOutput

RSpec/Eq:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ describe 'Something'
| Pending
| Yes
| Always
| <<next>>
| 2.29
| -
|===
Expand Down

0 comments on commit 9bdc63b

Please sign in to comment.