describe("akiroBuilder.temp", () => {
        it("should be set to context.temp if provided", () => {
            akiroBuilder.temp.should.eql(mockTemp);
        });