Sha256: 5ba3a13439e99796ee5350296a105777d468ba6026ee3968d5704edf51fdba47
Contents?: true
Size: 1.92 KB
Versions: 1
Compression:
Stored size: 1.92 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1365130834.0193028:@value"?{I" class:EFI"BundledAsset; FI"logical_path; FI"4teabag/base/reporters/html/failure_view_spec.js; TI" pathname; FI"j/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/base/reporters/html/failure_view_spec.coffee; FI"content_type; FI"application/javascript; FI" mtime; FI"2013-01-21T15:52:04-07:00; FI"length; Fi5I"digest; F"%dfb16c9d9bdce8a54e2d96eece8bc6a7I"source; FI"5(function() { describe("Teabag.Reporters.HTML.FailureView", function() { describe("constructor", function() { return it("assigns @spec", function() { var spec, subject; spec = { foo: "bar" }; spyOn(Teabag.Reporters.HTML.FailureView.prototype, 'build'); subject = new Teabag.Reporters.HTML.FailureView(spec); return expect(subject.spec).toBe(spec); }); }); return describe("#build", function() { beforeEach(function() { this.mockSpec = { link: "_link_", fullDescription: "_full_description_", errors: function() { return [ { message: "_error_message_", stack: "_error_stack_" } ]; } }; this.subject = new Teabag.Reporters.HTML.FailureView(this.mockSpec); return this.subject.build(); }); return it("builds the html", function() { var content; content = this.subject.el.innerHTML; expect(content).toContain('href="_link_"'); expect(content).toContain('_full_description_'); expect(content).toContain("<strong>_error_message_</strong>"); return expect(content).toContain("_error_stack_"); }); }); }); }).call(this); ; FI"required_assets_digest; F"%7d822687ed12e70940887793ceba9d6dI" _version; F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teabag-0.7.0 | spec/dummy/tmp/cache/assets/CD3/460/sprockets%2F7f3f6802b0b309ed142d0b671c9640c4 |