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:
parent
ac4a340d04
commit
89d00c4f08
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue