mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +02:00
Update to ruby/spec@cd1b911
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ccf36c7ec
commit
2bdce358e6
53 changed files with 319 additions and 426 deletions
|
@ -3,7 +3,7 @@ require File.expand_path('../../fixtures/classes', __FILE__)
|
|||
|
||||
describe "Socket::BasicSocket#close_write" do
|
||||
before :each do
|
||||
@server = TCPServer.new(SocketSpecs.port)
|
||||
@server = TCPServer.new(0)
|
||||
end
|
||||
|
||||
after :each do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue