{I" class:EFI"ProcessedAsset;FI"logical_path;FI"+teaspoon/mocha/reporters/html_mspec.js;FI" pathname;FI"c/Users/jejacks0n/Projects/teaspoon/spec/javascripts/teaspoon/mocha/reporters/html_mspec.coffee;FI"content_type;FI"application/javascript;FI" mtime;Fl+Qú½QI" length;FiÏI" digest;F"%70c1465d181d6a2b640294a31da4ca0fI" source;FI"Ï(function() { describe("Mocha Teaspoon.Reporters.HTML", function() { beforeEach(function() { this.runner = { on: this.onSpy = sinon.spy() }; this.superSpy = Teaspoon.Reporters.HTML.__super__.constructor = sinon.spy(); Teaspoon.Reporters.HTML.filter = "foo"; this.reportRunnerStartingSpy = Teaspoon.Reporters.HTML.prototype.reportRunnerStarting = sinon.spy(); return this.reporter = new Teaspoon.Reporters.HTML(this.runner); }); describe("constructor", function() { it("calls reporterRunnerStarting", function() { return assert.calledOnce(this.reportRunnerStartingSpy, "foo"); }); return it("registers for 'fail', 'test end', and 'end'", function() { assert.calledWith(this.onSpy, "fail", this.reporter.reportSpecResults); assert.calledWith(this.onSpy, "test end", this.reporter.reportSpecResults); return assert.calledWith(this.onSpy, "end", this.reporter.reportRunnerResults); }); }); describe("#reportSpecResults", function() { return it("sets the error if one is passed in", function() { var spec; spec = {}; this.reporter.reportSpecResults(spec, { foo: "bar" }); return expect(spec.err).to.eql({ foo: "bar" }); }); }); return describe("#envInfo", function() { return it("returns the version", function() { return expect(this.reporter.envInfo()).to.be("mocha 1.9.1"); }); }); }); describe("Mocha Teaspoon.Reporters.HTML.SpecView", function() { return describe("#updateState", function() { return it("calls super with the duration of the spec", function() {}); }); }); }).call(this); ;TI"dependency_digest;F"%78170c737382bde7e9144802d07c3964I"required_paths;F[I"c/Users/jejacks0n/Projects/teaspoon/spec/javascripts/teaspoon/mocha/reporters/html_mspec.coffee;FI"dependency_paths;F[{I" path;FI"c/Users/jejacks0n/Projects/teaspoon/spec/javascripts/teaspoon/mocha/reporters/html_mspec.coffee;FI" mtime;FI"2013-06-16T11:48:01-06:00;FI" digest;F"%f533ccd3a4b1944a9c3162bac9f84d91I" _version;F"%7097359102b3db973d6242ce2db779ef