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

describe "Socket.pair" do
  it_behaves_like :socket_socketpair, :pair
end