describe("Foo", function () { it("creates a global variable called Util", function () { expect(Util).to.be.an("object"); }); })