From 9ffd73523db3c80237bd26099c9e11f9f6e3a444 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Mar 2023 11:58:13 +0900 Subject: [rubygems/rubygems] util/rubocop -A --only Layout/EmptyLinesAroundExceptionHandlingKeywords https://github.com/rubygems/rubygems/commit/ad1fe68d97 --- test/rubygems/test_gem_installer.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/rubygems/test_gem_installer.rb') diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb index a40bd5e3f6..de47d1d193 100644 --- a/test/rubygems/test_gem_installer.rb +++ b/test/rubygems/test_gem_installer.rb @@ -361,7 +361,6 @@ gem 'other', version end assert_equal "", @ui.error - ensure ENV["PATH"] = old_path end -- cgit v1.2.3