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