summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixsocket/new_spec.rb
blob: 8b87e9f8c2b3e3804c4b64f374012b196b694420 (plain)
1
2
3
4
5
6
require_relative '../../../spec_helper'
require_relative 'shared/new'

describe "UNIXSocket.new" do
  it_behaves_like :unixsocket_new, :new
end