Sha256: 0c7387d4edf544ae0ae6a4392d21bedf943eb0e45efcdfca199125b1fae0d211
Contents?: true
Size: 1.75 KB
Versions: 2
Compression:
Stored size: 1.75 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1355714330.3188229:@value"‘{I" class:EFI"BundledAsset; FI"logical_path; FI"teabag/base/teabag_spec.js; TI" pathname; FI"U/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/base/teabag_spec.coffee; FI"content_type; FI"application/javascript; FI" mtime; FI"2012-12-16T20:18:31-07:00; FI"length; Fi±I"digest; F"%4408ec73faabfa59d580f680dfe2fd62I"source; FI"±(function() { describe("Teabag", function() { describe("class level API", function() { return it("has the expected API", function() { var keys; keys = Object.keys(Teabag); expect(keys).toContain("defer"); expect(keys).toContain("slow"); expect(keys).toContain("fixturePath"); 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"%35a494666ab87ae16c5abcc8f2632180I" _version; F"%6776f581a4329e299531e1d52aa59832
Version data entries
2 entries across 2 versions & 1 rubygems