[rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteral

9264d83421
This commit is contained in:
Hiroshi SHIBATA 2023-04-05 17:06:01 +09:00 committed by git
parent 65d27d3c0a
commit e003784fc8
46 changed files with 221 additions and 222 deletions

View file

@ -15,6 +15,6 @@ class TestGemCommandsServerCommand < Gem::TestCase
@cmd.execute
end
assert_match %r{Install the rubygems-server}i, @ui.error
assert_match(/Install the rubygems-server/i, @ui.error)
end
end