Skip to content

Commit f7f3987

Browse files
authored
Merge pull request #1777 from rubocop/1773f
Remove unnecessary VersionChanged
2 parents 2f2fc9b + b9e9afe commit f7f3987

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,6 @@ RSpec/Rails/MinitestAssertions:
11751175
Description: Check if using Minitest matchers.
11761176
Enabled: pending
11771177
VersionAdded: '2.17'
1178-
VersionChanged: "<<next>>"
11791178
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Rails/MinitestAssertions
11801179

11811180
RSpec/Rails/NegationBeValid:

docs/modules/ROOT/pages/cops_rspecrails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ end
243243
| Yes
244244
| Yes
245245
| 2.17
246-
| <<next>>
246+
| -
247247
|===
248248

249249
Check if using Minitest matchers.

0 commit comments

Comments
 (0)