Skip to content

Commit da0950d

Browse files
committed
Land rapid7#3674, @todb-r7's patch for RangeWalker spec
2 parents e93fbbd + a4c6a10 commit da0950d

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)