Skip to content

Commit

Permalink
Replace someone's domain fallingsnow.net with our domain ruby-lang.org.
Browse files Browse the repository at this point in the history
Because we want to predict the behavior of the domain in the spec test.
  • Loading branch information
junaruga committed Oct 18, 2023
1 parent 59bdcb4 commit a15dd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/socket/ipsocket/getaddress_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a15dd02

Please sign in to comment.