{I" class:EFI"BundledAsset;FI"logical_path;FI"#teaspoon/base/teaspoon_spec.js;TI" pathname;FI"[/Users/jejacks0n/Projects/teaspoon/spec/javascripts/teaspoon/base/teaspoon_spec.coffee;FI"content_type;FI"application/javascript;FI" mtime;Fl+Qú½QI" length;FiÉI" digest;F"%ea5c03b4d330b1f273fe9d59ecca4591I" source;FI"É(function() { describe("Teaspoon", function() { describe("class level API", function() { return it("has the expected API", function() { var keys; if (!Object.keys) { return; } keys = Object.keys(Teaspoon); expect(keys).toContain("defer"); expect(keys).toContain("slow"); expect(keys).toContain("root"); expect(keys).toContain("finished"); expect(keys).toContain("execute"); expect(keys).toContain("version"); expect(keys).toContain("Date"); return expect(keys).toContain("location"); }); }); return describe(".execute", function() { beforeEach(function() { return Teaspoon.defer = false; }); it("allows defering (thus not instantiating the runner)", function() { var spy; Teaspoon.defer = true; spy = spyOn(Teaspoon, "Runner"); Teaspoon.execute(); return expect(spy).wasNotCalled(); }); return it("will execute if it should", function() { var spy; spy = spyOn(Teaspoon, "Runner"); Teaspoon.execute(); return expect(spy).toHaveBeenCalled(); }); }); }); }).call(this); ;TI"required_assets_digest;F"%2889b4319466baa92e7b943f38104952I" _version;F"%7097359102b3db973d6242ce2db779ef