1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Use 127.0.0.1 instead of localhost

Apparently this prevents some issues and has no
downsides.
This commit is contained in:
Jonas Nicklas 2010-10-08 17:31:23 +02:00
parent ac4a340d04
commit 89d00c4f08

View file

@ -32,7 +32,7 @@ module Capybara
end end
def host def host
"localhost" "127.0.0.1"
end end
def url(path) def url(path)