public void write_script_tags_no_extra_required()
 {
     theWriter.Stub(x => x.WriteTags(MimeType.Javascript)).Return(theTagList);
     thePage.WriteScriptTags().ShouldBeTheSameAs(theTagList);
 }