diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-05 17:06:01 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-05 09:50:29 +0000 |
commit | e003784fc8bfa527cf21c317741101a713c041c0 () | |
tree | 0d69690aec6d5f156ed90241d6beb46e112cc503 /test/rubygems/test_gem_commands_server_command.rb | |
parent | 65d27d3c0a1235f04ca90f94e29a7f2ddfd1b574 (diff) |
[rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteral
https://.com/rubygems/rubygems/commit/9264d83421
-rw-r--r-- | test/rubygems/test_gem_commands_server_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ class TestGemCommandsServerCommand < Gem::TestCase @cmd.execute end - assert_match %r{Install the rubygems-server}i, @ui.error end end |