From a15dd02683d1f1ce303a17e96833e9b4446fb9ef Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 18 Oct 2023 15:54:22 +0200 Subject: [PATCH] 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. --- library/socket/ipsocket/getaddress_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/socket/ipsocket/getaddress_spec.rb b/library/socket/ipsocket/getaddress_spec.rb index 746d2ab86b..96324982e5 100644 --- a/library/socket/ipsocket/getaddress_spec.rb +++ b/library/socket/ipsocket/getaddress_spec.rb @@ -19,7 +19,7 @@ # traditionally invalidly named ones. it "raises an error on unknown hostnames" do -> { - IPSocket.getaddress("rubyspecdoesntexist.fallingsnow.net") + IPSocket.getaddress("rubyspecdoesntexist.ruby-lang.org") }.should raise_error(SocketError) end end