spec/dummy/tmp/cache/assets/D6A/950/sprockets%2F429b1806cb7580ebf29f9a12c33cbea6 in teabag-0.4.6 vs spec/dummy/tmp/cache/assets/D6A/950/sprockets%2F429b1806cb7580ebf29f9a12c33cbea6 in teabag-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356852472.3294458: @value"½¥{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357714272.979313: @value"¦{I" class:EFI"BundledAsset;FI"logical_path;FI"teabag-jasmine.js;FI" pathname;FI"N/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag-jasmine.js;FI"content_type;FI"application/javascript;FI" -mtime;FI"2012-12-29T22:12:57-07:00;FI" length;Fië£I" digest;F"%0b332f4e6175e7da851d2f3d2a61d3feI" source;FI"ë£var isCommonJS = typeof window == "undefined" && typeof exports == "object"; +mtime;FI"2013-01-08T23:50:07-07:00;FI" length;Fi.¤I" digest;F"%3889b9b99397f2619655b04a149f2338I" source;FI".¤var isCommonJS = typeof window == "undefined" && typeof exports == "object"; /** * Top level namespace for Jasmine, a lightweight JavaScript BDD/spec/testing framework. * * @namespace @@ -3200,11 +3200,11 @@ return new Teabag.Reporters.HTML.ProgressView(); } if (Teabag.Reporters.HTML.RadialProgressView.supported) { return new Teabag.Reporters.HTML.RadialProgressView(); } else { - return Teabag.Reporters.HTML.SimpleProgressView(); + return new Teabag.Reporters.HTML.SimpleProgressView(); } }; ProgressView.prototype.build = function() { return this.el = this.createEl("div", "teabag-indicator modeset-logo"); @@ -3502,10 +3502,13 @@ Console.prototype.reportSpecResults = function(spec) { var result; this.spec = new Teabag.Spec(spec); result = this.spec.result(); + if (result.skipped) { + return; + } this.reportSuites(); switch (result.status) { case "pending": return this.trackPending(); case "failed": @@ -3544,11 +3547,11 @@ type: "spec", suite: this.spec.suiteName, label: this.spec.description, status: result.status, skipped: result.skipped, - link: this.spec.link, + link: this.spec.fullDescription, message: error.message, trace: error.stack || error.message || "Stack Trace Unavailable" })); } return _results; @@ -3792,6 +3795,6 @@ })(Teabag.fixture); env = jasmine.getEnv(); }).call(this); -;FI"required_assets_digest;F"%2bf62f710e574db49d6e6acbffe4aefeI" _version;F"%ffd318ca8b794f42f5029101c2cf5d91 +;FI"required_assets_digest;F"%31d7164ac3202a6a52ff6dd708afebd5I" _version;F"%ffd318ca8b794f42f5029101c2cf5d91 \ No newline at end of file