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