o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356842168.9244611: @value"S {I" class:EFI"ProcessedAsset;FI"logical_path;FI"teabag/mocha.js;FI" pathname;FI"P/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2012-12-28T16:06:57-07:00;FI" length;Fi I" digest;F"%5bb39cc5bab588f5f08d787de64234bbI" source;FI" (function() { var env, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; Teabag.Runner = (function(_super) { __extends(Runner, _super); function Runner() { Runner.__super__.constructor.apply(this, arguments); env.run(); env.started = true; afterEach(function() { return Teabag.fixture.cleanup(); }); } Runner.prototype.setup = function() { var reporter; reporter = this.getReporter(); reporter.filter = this.params["grep"]; return env.setup({ reporter: reporter }); }; return Runner; })(Teabag.Runner); Teabag.Spec = (function() { function Spec(spec) { this.spec = spec; this.fullDescription = this.spec.fullTitle(); this.description = this.spec.title; this.link = "?grep=" + (encodeURIComponent(this.fullDescription)); this.parent = this.spec.parent; this.suiteName = this.parent.fullTitle(); this.viewId = this.spec.viewId; this.pending = this.spec.pending; } Spec.prototype.errors = function() { if (!this.spec.err) { return []; } return [this.spec.err]; }; Spec.prototype.getParents = function() { var parent; if (this.parents) { return this.parents; } this.parents || (this.parents = []); parent = this.parent; while (parent) { parent = new Teabag.Suite(parent); this.parents.unshift(parent); parent = parent.parent; } return this.parents; }; Spec.prototype.result = function() { var status; status = "failed"; if (this.spec.state === "passed" || this.spec.state === "skipped") { status = "passed"; } if (this.spec.pending) { status = "pending"; } return { status: status, skipped: this.spec.state === "skipped" }; }; return Spec; })(); Teabag.Suite = (function() { function Suite(suite) { this.suite = suite; this.fullDescription = this.suite.fullTitle(); this.description = this.suite.title; this.link = "?grep=" + (encodeURIComponent(this.fullDescription)); this.parent = this.suite.parent.root ? null : this.suite.parent; this.viewId = this.suite.viewId; } return Suite; })(); Teabag.fixture = (function(_super) { __extends(fixture, _super); function fixture() { return fixture.__super__.constructor.apply(this, arguments); } window.fixture = fixture; fixture.load = function() { var args, _this = this; args = arguments; if (env.started) { return fixture.__super__.constructor.load.apply(this, arguments); } else { return beforeEach(function() { return fixture.__super__.constructor.load.apply(_this, args); }); } }; fixture.set = function() { var args, _this = this; args = arguments; if (env.started) { return fixture.__super__.constructor.set.apply(this, arguments); } else { return beforeEach(function() { return fixture.__super__.constructor.set.apply(_this, args); }); } }; return fixture; })(Teabag.fixture); env = mocha.setup("bdd"); }).call(this); ;TI"dependency_digest;F"%69afa9df22efb1993b2a102180d8e766I"required_paths;F[I"N/Users/jejacks0n/Projects/teabag/vendor/assets/javascripts/mocha-1.7.4.js;FI"V/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/teabag.coffee;FI"V/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/runner.coffee;FI"W/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/fixture.coffee;FI"h/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/base_view.coffee;FI"^/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html.coffee;FI"l/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/progress_view.coffee;FI"h/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/spec_view.coffee;FI"k/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/failure_view.coffee;FI"i/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/suite_view.coffee;FI"a/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/console.coffee;FI"b/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha/reporters/console.coffee;FI"_/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha/reporters/html.coffee;FI"P/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha.coffee;FI"dependency_paths;F[{I" path;FI"P/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha.coffee;FI" mtime;FI"2012-12-28T16:06:57-07:00;FI" digest;F"%fde9b4665e10698bce4c88bc5e5ebd10{I" path;FI"N/Users/jejacks0n/Projects/teabag/vendor/assets/javascripts/mocha-1.7.4.js;FI" mtime;FI"2012-12-27T21:35:26-07:00;FI" digest;F"%68bb0faa30f392d979feadd0748d9e75{I" path;FI"V/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/teabag.coffee;FI" mtime;FI"2012-12-29T21:32:18-07:00;FI" digest;F"%e21ed5e8b3e2856593fea3f239fad8a2{I" path;FI"V/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/runner.coffee;FI" mtime;FI"2012-12-26T15:35:43-07:00;FI" digest;F"%a409d33b74e03500c266b2e1fba9ea36{I" path;FI"W/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/fixture.coffee;FI" mtime;FI"2012-12-28T15:16:25-07:00;FI" digest;F"%856b00ea5455ab70171c6afdcb2e0534{I" path;FI"^/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html.coffee;FI" mtime;FI"2012-12-29T21:16:23-07:00;FI" digest;F"%ab0bee97b3d8ff1b40047b573924e5cc{I" path;FI"h/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/base_view.coffee;FI" mtime;FI"2012-12-23T15:44:52-07:00;FI" digest;F"%6044e074812a7e19861a7a2675151888{I" path;FI"l/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/progress_view.coffee;FI" mtime;FI"2012-12-23T15:13:03-07:00;FI" digest;F"%078a6e02b0a603c5519ff287d6d94ba6{I" path;FI"h/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/spec_view.coffee;FI" mtime;FI"2012-12-29T20:51:02-07:00;FI" digest;F"%25ede1fd9a3f7bd9853fba3e03492734{I" path;FI"k/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/failure_view.coffee;FI" mtime;FI"2012-12-29T20:50:57-07:00;FI" digest;F"%3d81cd64261f2056a5ed1a9174651fe1{I" path;FI"i/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/html/suite_view.coffee;FI" mtime;FI"2012-12-23T15:13:11-07:00;FI" digest;F"%fa964355aeeb57aa8164ab442fef9a04{I" path;FI"a/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/base/reporters/console.coffee;FI" mtime;FI"2012-12-23T17:19:22-07:00;FI" digest;F"%162e42ee52888ef4af15e7983a34f666{I" path;FI"b/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha/reporters/console.coffee;FI" mtime;FI"2012-12-24T14:57:09-07:00;FI" digest;F"%a39bb0f18d50283d9071caa794187493{I" path;FI"_/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/mocha/reporters/html.coffee;FI" mtime;FI"2012-12-25T19:00:28-07:00;FI" digest;F"%b3a3ce1e9540038be149feeb150ac08eI" _version;F"%6776f581a4329e299531e1d52aa59832