mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@d6921ef
This commit is contained in:
parent
207a5a5bc1
commit
a6c6eef04a
44 changed files with 1141 additions and 250 deletions
|
@ -1,5 +1,10 @@
|
|||
require_relative '../spec_helper'
|
||||
require_relative '../fixtures/classes'
|
||||
require_relative 'shared/new'
|
||||
|
||||
describe 'TCPSocket#initialize' do
|
||||
it_behaves_like :tcpsocket_new, :new
|
||||
end
|
||||
|
||||
describe 'TCPSocket#initialize' do
|
||||
SocketSpecs.each_ip_protocol do |family, ip_address|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue