summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-01-31 17:45:12 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-02-01 08:09:23 +0900
commit517d7c3221e3ca0ca76d79cc67cb9efefc01ece3 (patch)
treec7080febcd179b0e4f18cac553116164ebc9749a /test
parent2b2e3b79919c153c3022115ccca24a80a2b57899 (diff)
Sync latest Bundler & RubyGems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5512
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_rubygems.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/rubygems/test_rubygems.rb b/test/rubygems/test_rubygems.rb
index 26c5f1e0fd..fa77a29932 100644
--- a/test/rubygems/test_rubygems.rb
+++ b/test/rubygems/test_rubygems.rb
@@ -42,11 +42,7 @@ class GemTest < Gem::TestCase
"require \"rubygems\"; puts Gem::Specification.stubs.map(&:full_name)",
{:err => [:child, :out]}
).strip
- begin
- assert_empty output
- rescue Test::Unit::AssertionFailedError
- pend "Temporary pending custom default_dir test"
- end
+ assert_empty output
end
private