Commit 1cf14770 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'test-socket-path' into 'master'

Use a shorter socket path during testing

See merge request !131
parents 158b424f 8e27afa7
......@@ -44,7 +44,7 @@ class HTTPUNIXServer < WEBrick::HTTPServer
end
def tmp_socket_path
File.join(ROOT_PATH, 'tmp', 'socket')
'tmp/test-socket'
end
describe Net::HTTPUNIX do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment