Remove test code

This commit is contained in:
Chris Watson 2019-08-20 14:49:13 -07:00
parent a12bb514dc
commit 12b0335fac
1 changed files with 0 additions and 10 deletions

View File

@ -59,13 +59,3 @@ module Arachnid
end end
end end
end end
marionette = Marionette.launch(headless: false, extended: true)
# Visit a particular host, in this case `crystal-lang.org`. This will
# not match on subdomains.
Arachnid.start_at("https://en.wikipedia.org/wiki/Main_Page", browser: marionette) do |spider|
spider.every_html_page do |page|
puts "Visiting #{page.url.to_s}"
end
end