mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@7de852d
This commit is contained in:
parent
994833085a
commit
79671ec57e
135 changed files with 4415 additions and 4885 deletions
|
@ -1,10 +1,6 @@
|
|||
require_relative '../../spec_helper'
|
||||
require 'socket'
|
||||
|
||||
if %w[rbx truffleruby].include?(RUBY_ENGINE)
|
||||
MSpec.enable_feature :pure_ruby_addrinfo
|
||||
end
|
||||
|
||||
MSpec.enable_feature :sock_packet if Socket.const_defined?(:SOCK_PACKET)
|
||||
MSpec.enable_feature :unix_socket unless PlatformGuard.windows?
|
||||
MSpec.enable_feature :udp_cork if Socket.const_defined?(:UDP_CORK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue