summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/httpunix_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/httpunix_spec.rb b/spec/httpunix_spec.rb
index 0fcff4a..77235e8 100644
--- a/spec/httpunix_spec.rb
+++ b/spec/httpunix_spec.rb
@@ -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