Skip to content

Commit

Permalink
conn.socket works on Unix only
Browse files Browse the repository at this point in the history
That's the reason, why we deprecate it.
  • Loading branch information
larskanis committed Jan 10, 2020
1 parent 3f2612d commit 60e50ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pg/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@
expect(@conn.get_last_result.values).to eq( [["5"]] )
end

it "should respond_to socket" do
it "should respond_to socket", :unix do
expect( @conn.socket ).to eq( @conn.socket_io.fileno )
end
else
Expand Down

0 comments on commit 60e50ce

Please sign in to comment.