mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 15:06:10 +02:00
Update to ruby/spec@032022ca
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d593aed7b7
commit
a5b83b03ad
47 changed files with 254 additions and 172 deletions
|
@ -4,13 +4,13 @@ require File.expand_path('../../fixtures/classes', __FILE__)
|
|||
platform_is_not :windows do
|
||||
describe "UNIXServer#for_fd" do
|
||||
before :each do
|
||||
@unix_path = tmp("unix_socket")
|
||||
@unix_path = SocketSpecs.socket_path
|
||||
@unix = UNIXServer.new(@unix_path)
|
||||
end
|
||||
|
||||
after :each do
|
||||
@unix.close if @unix
|
||||
rm_r @unix_path
|
||||
SocketSpecs.rm_socket @unix_path
|
||||
end
|
||||
|
||||
it "can calculate the path" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue