Skip to content

Commit a4c6a10

Browse files
author
Tod Beardsley
committed
The .foo domain is live now.
I still kinda hate these tests, though, since they fail in wildcard DNS environments (like OpenDNS).
1 parent 08430ee commit a4c6a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/rex/socket/range_walker_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
end
2626

2727
context "with an invalid hostname" do
28-
let(:args) { "@!*^&.foo." }
28+
let(:args) { "@!*^&.invalid-hostname-really." }
2929
it { should_not be_valid }
3030
end
3131

3232
context "with an invalid hostname and CIDR" do
33-
let(:args) { "@!*^&.foo./24" }
33+
let(:args) { "@!*^&.invalid-hostname-really./24" }
3434
it { should_not be_valid }
3535
end
3636

0 commit comments

Comments
 (0)