summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixsocket/shared/new.rb
diff options
context:
space:
mode:
authorBenoit Daloze <[email protected]>2020-05-03 12:28:29 +0200
committerBenoit Daloze <[email protected]>2020-05-03 12:28:29 +0200
commit5aaa75e7c1f4b7912c10ffdcb1cac581e20eda39 (patch)
treee1694f5a4a5558884b1b8f3890b186793e5e982f /spec/ruby/library/socket/unixsocket/shared/new.rb
parentf646d20aaeb8f02bcd3d0c5c3f5a372da654502a (diff)
Update to ruby/spec@032ee74
Diffstat (limited to 'spec/ruby/library/socket/unixsocket/shared/new.rb')
-rw-r--r--spec/ruby/library/socket/unixsocket/shared/new.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/socket/unixsocket/shared/new.rb b/spec/ruby/library/socket/unixsocket/shared/new.rb
index 76a4e1701e..bfb7ed3886 100644
--- a/spec/ruby/library/socket/unixsocket/shared/new.rb
+++ b/spec/ruby/library/socket/unixsocket/shared/new.rb
@@ -18,7 +18,7 @@ describe :unixsocket_new, shared: true do
@client = UNIXSocket.send(@method, @path)
@client.addr[0].should == "AF_UNIX"
- @client.closed?.should == false
+ @client.should_not.closed?
end
end
end