Sha256: fd53aacecf1804e2647b2d97bcc40d30d9c1abaa67513e299b7925db7d1f72bb
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357839796.149602:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"teabag/base/teabag_spec.js;FI" pathname;FI"U/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/base/teabag_spec.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-01T20:39:08-07:00;FI"length;Fi�I"digest;F"%3fb88ccd7eb597334a23eff42f5a20ecI"source;FI"�(function() { describe("Teabag", function() { describe("class level API", function() { return it("has the expected API", function() { var keys; if (!Object.keys) { return; } keys = Object.keys(Teabag); 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"); expect(keys).toContain("location"); return expect(keys).toContain("console"); }); }); return describe(".execute", function() { beforeEach(function() { return Teabag.defer = false; }); it("allows defering (thus not instantiating the runner)", function() { var spy; Teabag.defer = true; spy = spyOn(Teabag, "Runner"); Teabag.execute(); return expect(spy).wasNotCalled(); }); return it("will execute if it should", function() { var spy; spy = spyOn(Teabag, "Runner"); Teabag.execute(); return expect(spy).toHaveBeenCalled(); }); }); }); }).call(this); ;FI"required_assets_digest;F"%ac2ed06361e75f6802151f3e87456e5eI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teabag-0.5.0 | spec/dummy/tmp/cache/assets/D35/7C0/sprockets%2Ff536a2606eaf7d542c0985104cb62baf |