Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -23,7 +23,7 @@ describe DocumentParser do
|
||||
end
|
||||
|
||||
it "adds upper and lowercase letter when the letter is present" do
|
||||
expect(DocumentParser.get_document_number_variants(1, "1234567A")).to eq(%w(1234567 01234567 1234567a 1234567A 01234567a 01234567A))
|
||||
expect(DocumentParser.get_document_number_variants(1, "1234567A")).to eq(%w[1234567 01234567 1234567a 1234567A 01234567a 01234567A])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user