Skip to content
Snippets Groups Projects
Commit 1cf14770 authored by Robert Speicher's avatar Robert Speicher
Browse files

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

Use a shorter socket path during testing

See merge request !131
parents 158b424f 8e27afa7
No related branches found
No related tags found
1 merge request!131Use a shorter socket path during testing
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment