[前][次][番号順一覧][スレッド一覧]

ruby-changes:66315

From: Hiroshi <ko1@a...>
Date: Wed, 26 May 2021 11:39:25 +0900 (JST)
Subject: [ruby-changes:66315] 88e3848fca (master): RSS library is the bundled gems now

https://git.ruby-lang.org/ruby.git/commit/?id=88e3848fca

From 88e3848fca69915a24657bcc26da1a65b659c6f3 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 26 May 2021 11:39:01 +0900
Subject: RSS library is the bundled gems now

---
 test/ruby/test_require_lib.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/ruby/test_require_lib.rb b/test/ruby/test_require_lib.rb
index d5a5df0..6b2846c 100644
--- a/test/ruby/test_require_lib.rb
+++ b/test/ruby/test_require_lib.rb
@@ -9,8 +9,6 @@ class TestRequireLib < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_require_lib.rb#L9
     next if %r!/lib/(?:bundler|rubygems)\b! =~ lib
     next if %r!/lib/(?:debug|mkmf)\.rb\z! =~ lib
     next if %r!/lib/irb/ext/tracer\.rb\z! =~ lib
-    # skip because "in `<module:Maker>': undefined method `add_maker' for RSS::Maker:Module (NoMethodError)"
-    next if %r!/lib/rss\b! =~ lib
     # skip many files that almost use no threads
     next if TEST_RATIO < rand(0.0..1.0)
     define_method "test_thread_size:#{lib}" do
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]