Hiroshi SHIBATA 92433263f3 Skip rbs tests for pathname_bundle.rb
```
Error: test_join(PathnameInstanceTest): NoMethodError: undefined method 'respond_to?' for an instance of RBS::UnitTest::Convertibles::ToStr
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/spy.rb:94:in 'Pathname#join'
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/spy.rb:94:in 'block (2 levels) in wrapped_object'
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/type_assertions.rb:152:in 'block in RBS::UnitTest::TypeAssertions#send_setup'
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/type_assertions.rb:150:in 'Kernel#catch'
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/type_assertions.rb:150:in 'RBS::UnitTest::TypeAssertions#send_setup'
/Users/hsbt/Documents/github.com/ruby/ruby/gems/src/rbs/lib/rbs/unit_test/type_assertions.rb:172:in 'RBS::UnitTest::TypeAssertions#assert_send_type'
test/stdlib/Pathname_test.rb:389:in 'PathnameInstanceTest#test_join'
     386:                      Pathname('.'), :join, 'foo'
     387:     assert_send_type '(String, String) -> Pathname',
     388:                      Pathname('.'), :join, 'foo', 'bar'
  => 389:     assert_send_type '(ToStr) -> Pathname',
     390:                      Pathname('.'), :join, ToStr.new('foo')
     391:     assert_send_type '(Pathname) -> Pathname',
     392:                      Pathname('.'), :join, Pathname('foo')
```
2025-08-25 17:40:11 +09:00
..
2025-06-18 01:46:58 +09:00
2025-08-15 04:54:54 +00:00
2025-08-15 04:54:54 +00:00