File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 173173 end
174174 end
175175
176- guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.1 " } do
176+ guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.2 " } do
177177 it 'equals address of peer socket' do
178178 if @method == :local_address
179179 @addr . to_s . should == @b . remote_address . to_s
Original file line number Diff line number Diff line change 3232 end
3333 end
3434
35- guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.1 " } do
35+ guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.2 " } do
3636 it "returns an array containing basic information on the client as second element" do
3737 @client . send ( "foobar" , 0 )
3838 sock = @server . accept
5454 end
5555 end
5656
57- guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.1 " } do
57+ guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.2 " } do
5858 it "returns an array containing server's address as second element" do
5959 @client . send ( "" , 0 )
6060 sock = @server . accept
131131 end
132132 end
133133
134- guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.1 " } do
134+ guard -> { platform_is :windows and ruby_bug "#21702" , "" ..."4.2 " } do
135135 it 'returns an Array containing the data and address information' do
136136 @server . recvfrom ( 5 ) . should == [ 'hello' , [ 'AF_UNIX' , '' ] ]
137137 end
You can’t perform that action at this time.
0 commit comments