it("renders one body tag", function() {
                expect(layout.asHtml().match(/<body[^>]*>/ig).length).toEqual(1);
            });