Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created November 5, 2010 13:14
Show Gist options
  • Select an option

  • Save matschaffer/664127 to your computer and use it in GitHub Desktop.

Select an option

Save matschaffer/664127 to your computer and use it in GitHub Desktop.
module Selenium
Net = ::Net.dup
module Net
HTTP = Artifice::NET_HTTP
end
end
class Capybara::Server
Net = ::Net.dup
module Net
HTTP = Artifice::NET_HTTP
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment