summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/socket/socket/socketpair_spec.rb
blob: 80b07170a603721e38e29c2026927330c2316112 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../fixtures/classes', __FILE__)
require File.expand_path('../../shared/socketpair', __FILE__)

describe "Socket#socketpair" do
  it_behaves_like :socket_socketpair, :socketpair
end