mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/ruby/library/socket/addrinfo: require for SocketSpecs
Otherwise, I get NameError when running these IPv6 tests individually or in parallel. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
432af3e651
commit
64b326c220
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require_relative '../spec_helper'
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
guard -> { SocketSpecs.ipv6_available? } do
|
||||
describe 'Addrinfo#ipv6_linklocal?' do
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
require_relative '../spec_helper'
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
guard -> { SocketSpecs.ipv6_available? } do
|
||||
describe 'Addrinfo#ipv6_sitelocal?' do
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
require_relative '../spec_helper'
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
guard -> { SocketSpecs.ipv6_available? } do
|
||||
describe 'Addrinfo#ipv6_to_ipv4' do
|
||||
|
|
Loading…
Add table
Reference in a new issue