Skip to content

Commit 9fccafb

Browse files
fixed broken spec for content change of Style/TrailingComma cop
1 parent 65e2693 commit 9fccafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rubocop/config_patch_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module CC::Engine
3030
expect { config.validate }.to output(<<~TXT).to_stderr
3131
The `Style/TrailingComma` cop has been removed. Please use `Style/TrailingCommaInArguments`, `Style/TrailingCommaInArrayLiteral` and/or `Style/TrailingCommaInHashLiteral` instead.
3232
(obsolete configuration found in .rubocop.yml, please update it)
33-
unrecognized cop Style/TrailingComma found in .rubocop.yml
33+
unrecognized cop or department Style/TrailingComma found in .rubocop.yml
3434
Did you mean `Style/TrailingCommaInArguments`?
3535
TXT
3636
end

0 commit comments

Comments
 (0)