aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/socket/unixserver/new_spec.rb
blob: d34aa0ca035969f662820bdf49a057cd067c636f (plain)
1
2
3
4
5
6
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../shared/new', __FILE__)

describe "UNIXServer.new" do
  it_behaves_like :unixserver_new, :new
end