aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 14:01:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commitee7475734fa7717512f26c9c0bcf7500e7456539 (patch)
tree4080e2e02e8b5c6a8929661043eeb053171f2487 /test
parentbf69d1fc5d73aab8e0b69e0389ab5131f3d40223 (diff)
downloadruby-ee7475734fa7717512f26c9c0bcf7500e7456539.tar.gz
[rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiterals
https://github.com/rubygems/rubygems/commit/02d8147243
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_specification.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
index c1965487db..69c553f14b 100644
--- a/test/rubygems/test_gem_specification.rb
+++ b/test/rubygems/test_gem_specification.rb
@@ -804,8 +804,7 @@ dependencies: []
end
full_path.taint
- loader = Thread.new { $SAFE = 1
- Gem::Specification.load full_path }
+ loader = Thread.new { $SAFE = 1; Gem::Specification.load full_path }
spec = loader.value
@a2.files.clear