Skip to content

Commit

Permalink
Merge pull request #1130 from herwinw/unixsocket_pair
Browse files Browse the repository at this point in the history
Fix description of specs of UNIXSocket.pair
  • Loading branch information
herwinw committed Jan 28, 2024
2 parents 270b839 + 7d8e945 commit e36cbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/socket/unixsocket/pair_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_relative '../shared/partially_closable_sockets'

with_feature :unix_socket do
describe "UNIXSocket#pair" do
describe "UNIXSocket.pair" do
it_should_behave_like :partially_closable_sockets

before :each do
Expand Down

0 comments on commit e36cbdc

Please sign in to comment.