response.assertHeader("Content-Length", nullValue());
}
@Test public void
leavesContentUntouchedIfNoDecorationOccurs() throws Exception {
layout.connectTo(new Application() {
public void handle(Request request, Response response) throws Exception {
response.body("original content");
}
});
page.become("unselected");