From 032737329aeb1192563730332f1c16ac686414f8 Mon Sep 17 00:00:00 2001 From: postmodern Date: Mon, 4 Jan 2010 17:38:58 -0800 Subject: [PATCH] Make sure the course specs match the links within the course. --- lib/wsoc/course_specs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wsoc/course_specs.rb b/lib/wsoc/course_specs.rb index 9976514..cea40c2 100644 --- a/lib/wsoc/course_specs.rb +++ b/lib/wsoc/course_specs.rb @@ -87,7 +87,7 @@ module CourseSpecs 'should visit normal remote links' should_fail 'http://spidr.rubyforge.org:1337/course/remote/fail.html', 'should safely fail on closed ports' - should_fail 'http://0.0.0.0/course/remote/fail.html', + should_fail 'http://191.255.0.0/course/remote/fail.html', 'should safely fail on unreachable IP Addresses' should_fail 'http://bad.tld/course/remote/fail.html', 'should safely fail on host-names with invalid TLDs'