diff options
Diffstat (limited to 'spec/httpunix_spec.rb')
-rw-r--r-- | spec/httpunix_spec.rb | 2 |
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 |