diff options
Diffstat (limited to 'spec/ruby/library/socket/socket/unix_spec.rb')
-rw-r--r-- | spec/ruby/library/socket/socket/unix_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/socket/socket/unix_spec.rb b/spec/ruby/library/socket/socket/unix_spec.rb index add54a097d..4bff59bd4b 100644 --- a/spec/ruby/library/socket/socket/unix_spec.rb +++ b/spec/ruby/library/socket/socket/unix_spec.rb @@ -38,7 +38,7 @@ with_feature :unix_socket do socket = sock end - socket.closed?.should == true + socket.should.closed? end end end |