summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/socket/socketpair_spec.rb
blob: 495585e8dcdaeabc0e2e052b0f1993cb0a1c7cb7 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative '../fixtures/classes'
require_relative '../shared/socketpair'

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