public void do_not_write_lenght_for_anything_but_200()
        {
            new WriteFileHeadContinuation(theWriter, theFile, HttpStatusCode.SeeOther)
            .Write(theWriter);

            theWriter.AssertWasNotCalled(x => x.AppendHeader(HttpResponseHeaders.ContentLength, theFile.Length().ToString()));
        }