summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixsocket/new_spec.rb
blob: 05a6b3eda2e7720afd9f409478b22481ad104fb6 (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