Skip to content

Commit

Permalink
Merge pull request #1132 from herwinw/socketpair
Browse files Browse the repository at this point in the history
Fix description of specs of Socket.pair and Socket.socketpair
  • Loading branch information
herwinw committed Jan 28, 2024
2 parents e36cbdc + 9e6c088 commit 3267023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/socket/socket/pair_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
require_relative '../fixtures/classes'
require_relative '../shared/socketpair'

describe "Socket#pair" do
describe "Socket.pair" do
it_behaves_like :socket_socketpair, :pair
end
2 changes: 1 addition & 1 deletion library/socket/socket/socketpair_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
require_relative '../fixtures/classes'
require_relative '../shared/socketpair'

describe "Socket#socketpair" do
describe "Socket.socketpair" do
it_behaves_like :socket_socketpair, :socketpair
end

0 comments on commit 3267023

Please sign in to comment.