summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 12:11:44 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commit41f304d5bf84ba3e5d8c4a2e8da9a019bf8ca230 ()
tree298852545092daa849bb5ab1971d5051d6f1d099 /test/rubygems/test_gem_commands_build_command.rb
parentce21ce6f235fd754937e72c7ac1885cf7284a1a5 (diff)
[rubygems/rubygems] util/rubocop -A --only Layout/SpaceInsideStringInterpolation
https://.com/rubygems/rubygems/commit/a06f8ae3bb
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -699,7 +699,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase
output = @ui.output.split "\n"
assert_equal "INFO: Your certificate has expired, trying to re-sign it...", output.shift
- assert_equal "INFO: Your cert: #{tmp_expired_cert_file } has been auto re-signed with the key: #{tmp_private_key_file}", output.shift
assert_match(/INFO: Your expired cert will be located at: .+\Wgem-public_cert\.pem\.expired\.[0-9]+/, output.shift)
end