summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixsocket/pair_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/socket/unixsocket/pair_spec.rb')
-rw-r--r--spec/ruby/library/socket/unixsocket/pair_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/ruby/library/socket/unixsocket/pair_spec.rb b/spec/ruby/library/socket/unixsocket/pair_spec.rb
index 0cdc55f998..9a66c56c10 100644
--- a/spec/ruby/library/socket/unixsocket/pair_spec.rb
+++ b/spec/ruby/library/socket/unixsocket/pair_spec.rb
@@ -2,9 +2,8 @@ require_relative '../spec_helper'
require_relative '../fixtures/classes'
require_relative '../shared/partially_closable_sockets'
-describe "UNIXSocket#pair" do
- platform_is_not :windows do
-
+with_feature :unix_socket do
+ describe "UNIXSocket#pair" do
it_should_behave_like :partially_closable_sockets
before :each do