<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ module Matchers
   class ValidateWithLint
     def matches?(request)
       @request = request
-      Rack::Lint.new(proc{[200, {'Content-Type' =&gt; 'text/html'}, []]}).call(@request.env)
+      Rack::Lint.new(proc{[200, {'Content-Type' =&gt; 'text/html', 'Content-Length' =&gt; '0'}, []]}).call(@request.env)
       true
     rescue Rack::Lint::LintError =&gt; e
       @message = e.message
@@ -71,7 +71,7 @@ module Matchers
     end
     
     def failure_message(negation=nil)
-      &quot;should#{negation} validate with Rack Lint&quot;
+      &quot;should#{negation} validate with Rack Lint: #{@message}&quot;
     end
 
     def negative_failure_message</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36ff33585e117bf75595b5b3741bca0c771a0d63</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/40132bef0dc67e6925c107766ee5e5d499019d99</url>
  <id>40132bef0dc67e6925c107766ee5e5d499019d99</id>
  <committed-date>2009-02-03T06:41:17-08:00</committed-date>
  <authored-date>2009-02-03T06:41:17-08:00</authored-date>
  <message>Make Parser test work w/ new Lint Rack validator, add Content-Length.</message>
  <tree>9fdf2fd6b4875145b38990b50e488c436f756452</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
