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
1 changed files with 1 additions and 1 deletions

View File

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