1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2021-10-20 21:41:46 +02:00
parent 207a5a5bc1
commit a6c6eef04a
44 changed files with 1141 additions and 250 deletions

View file

@ -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|