Skip to content

Commit

Permalink
Make sure the course specs match the links within the course.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 5, 2010
1 parent 616067b commit 0327373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wsoc/course_specs.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 0327373

Please sign in to comment.