From 5c276e1cc91c5ab2a41fbf7827af2fed914a2bc0 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 27 Jul 2019 12:40:09 +0200 Subject: Update to ruby/spec@875a09e --- spec/ruby/library/socket/unixserver/sysaccept_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/library/socket/unixserver/sysaccept_spec.rb') diff --git a/spec/ruby/library/socket/unixserver/sysaccept_spec.rb b/spec/ruby/library/socket/unixserver/sysaccept_spec.rb index 65a35c91a9..e59731878a 100644 --- a/spec/ruby/library/socket/unixserver/sysaccept_spec.rb +++ b/spec/ruby/library/socket/unixserver/sysaccept_spec.rb @@ -16,7 +16,7 @@ with_feature :unix_socket do describe 'without a client' do it 'blocks the calling thread' do - lambda { @server.sysaccept }.should block_caller + -> { @server.sysaccept }.should block_caller end end -- cgit v1.2.3