1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/spec/unit
Jon Leighton 7036574ec1 Get the port from the server
Ask, don't tell, or something like that!

Now the WebSocketServer decides what port it will use and everything
else relies on that. By default an ephemeral port is used, but a fixed
port number can be passed in too.

This work is necessary to support Windows (#240) because on Windows a
TCP socket cannot be closed and immediately reopened, which we are doing
in the tests. So this change means that when restarting, a new ephemeral
port can be used by the server.
2013-01-31 20:44:55 +00:00
..
browser_spec.rb Remove multi_json dependency 2013-01-26 15:45:56 +00:00
client_spec.rb Get the port from the server 2013-01-31 20:44:55 +00:00
driver_spec.rb Add support for custom phantomjs loggers 2013-01-26 18:47:09 -05:00
inspector_spec.rb Remove childprocess dependency 2013-01-26 15:45:09 +00:00