Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
This commit is contained in:
parent
5069769cbe
commit
08289a38fa
6 changed files with 10 additions and 22 deletions
|
@ -20,7 +20,7 @@ describe Extractor do
|
|||
text = '@screen_name'
|
||||
extracted = Extractor.extract_mentions_or_lists_with_indices(text)
|
||||
expect(extracted).to eq [
|
||||
{ screen_name: 'screen_name', indices: [0, 12] }
|
||||
{ screen_name: 'screen_name', indices: [0, 12] },
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue