From e003784fc8bfa527cf21c317741101a713c041c0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 5 Apr 2023 17:06:01 +0900 Subject: [rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteral https://github.com/rubygems/rubygems/commit/9264d83421 --- test/rubygems/test_gem_commands_help_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_commands_help_command.rb') diff --git a/test/rubygems/test_gem_commands_help_command.rb b/test/rubygems/test_gem_commands_help_command.rb index fb01667f99..359da0a6d0 100644 --- a/test/rubygems/test_gem_commands_help_command.rb +++ b/test/rubygems/test_gem_commands_help_command.rb @@ -56,7 +56,7 @@ class TestGemCommandsHelpCommand < Gem::TestCase if Gem::HAVE_OPENSSL assert_empty err - refute_match %r{No command found for }, out + refute_match(/No command found for /, out) end end end -- cgit v1.2.3