diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-05-26 11:39:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-26 11:39:01 +0900 |
commit | 88e3848fca69915a24657bcc26da1a65b659c6f3 (patch) | |
tree | 74029a63691703e04a0605b4ae7faa78d4b647aa | |
parent | e54bef92d599049a0950e76024a15fd14561e8bd (diff) |
RSS library is the bundled gems now
-rw-r--r-- | test/ruby/test_require_lib.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_require_lib.rb b/test/ruby/test_require_lib.rb index d5a5df0817..6b2846c8fd 100644 --- a/test/ruby/test_require_lib.rb +++ b/test/ruby/test_require_lib.rb @@ -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 |