Avoid failed DNS lookups slowing down specs

This commit is contained in:
John Firebaugh 2010-12-31 10:15:45 -08:00
parent 9d6aebdea8
commit 8a2ce34691
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation <a href="/foo" id="foo">ullamco</a> laboris nisi
ut aliquip ex ea commodo consequat.
<a href="/with_simple_html"><img src="http://www.foobar.sun/dummy_image.jpg" width="20" height="20" alt="awesome image" /></a>
<a href="/with_simple_html"><img width="20" height="20" alt="awesome image" /></a>
</p>
<p class="para" id="second">
@ -41,8 +41,8 @@
<a href="/with_html#anchor">Anchor on same page</a>
<input type="text" value="" id="test_field">
<input type="text" checked="checked" id="checked_field">
<a href="/redirect"><img src="http://www.foobar.sun/dummy_image.jpg" width="20" height="20" alt="very fine image" /></a>
<a href="/with_simple_html"><img src="http://www.foobar.sun/dummy_image.jpg" width="20" height="20" alt="fine image" /></a>
<a href="/redirect"><img width="20" height="20" alt="very fine image" /></a>
<a href="/with_simple_html"><img width="20" height="20" alt="fine image" /></a>
<a href="?query_string=true">Naked Query String</a>
<% if params[:query_string] %>