postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
800 stars 109 forks source link

Figure out why specs are failing only on JRuby? #74

Closed postmodern closed 3 years ago

postmodern commented 3 years ago

https://github.com/postmodern/spidr/runs/1460116982

Getting some spec failures only on JRuby.

postmodern commented 3 years ago

Appears this is due to a Nokogiri+JRuby specific bug: https://github.com/sparklemotion/nokogiri/issues/2141