mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] util/rubocop -A --only Layout/SpaceInsideStringInterpolation
a06f8ae3bb
This commit is contained in:
parent
ce21ce6f23
commit
41f304d5bf
1 changed files with 1 additions and 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_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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue