1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

RSS library is the bundled gems now

This commit is contained in:
Hiroshi SHIBATA 2021-05-26 11:39:01 +09:00
parent e54bef92d5
commit 88e3848fca
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -9,8 +9,6 @@ class TestRequireLib < Test::Unit::TestCase
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