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

Add spec for `Spidr::Agent.start_at` #77

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add missing spec for Spidr::Agent.start_at. Also need a way to define two webmock apps, one for the host (example.com) and another for the offsite-host (other.com).