Skip to content

Commit 344e18e

Browse files
junarugaeregon
authored andcommitted
Replace someone's domain fallingsnow.net with our domain ruby-lang.org.
Because we want to predict the behavior of the domain in the spec test.
1 parent 59bdcb4 commit 344e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/socket/ipsocket/getaddress_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# traditionally invalidly named ones.
2020
it "raises an error on unknown hostnames" do
2121
-> {
22-
IPSocket.getaddress("rubyspecdoesntexist.fallingsnow.net")
22+
IPSocket.getaddress("rubyspecdoesntexist.ruby-lang.org")
2323
}.should raise_error(SocketError)
2424
end
2525
end

0 commit comments

Comments
 (0)