lib/capybara/mechanize.rb in capybara-mechanize-1.10.1 vs lib/capybara/mechanize.rb in capybara-mechanize-1.11.0

- old
+ new

@@ -8,10 +8,10 @@ @local_hosts ||= begin default_host = URI.parse(Capybara.default_host || "").host || Capybara.default_host [default_host].compact end end - + def local_hosts=(hosts) @local_hosts = hosts end end end \ No newline at end of file