mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
|
@ -4,7 +4,7 @@ require File.expand_path('../../fixtures/classes', __FILE__)
|
|||
|
||||
describe "BasicSocket#for_fd" do
|
||||
before :each do
|
||||
@server = TCPServer.new(SocketSpecs.port)
|
||||
@server = TCPServer.new(0)
|
||||
@s2 = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue