spec/dummy/tmp/cache/assets/D00/F60/sprockets%2F42e279b52511c47d26c0adb125fd04e8 in teabag-0.4.6 vs spec/dummy/tmp/cache/assets/D00/F60/sprockets%2F42e279b52511c47d26c0adb125fd04e8 in teabag-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356841892.889235: @value"…{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357702852.7452888: @value"Â…{I" class:EFI"BundledAsset;FI"logical_path;FI"teabag/qunit.js;FI" pathname;FI"P/Users/jejacks0n/Projects/teabag/app/assets/javascripts/teabag/qunit.coffee;FI"content_type;FI"application/javascript;FI" -mtime;FI"2012-12-29T21:16:23-07:00;FI" length;Fi­ƒI" digest;F"%07ce1e55acb9a279c2eef6a2d59636ffI" source;FI"­ƒ/** +mtime;FI"2013-01-08T20:35:42-07:00;FI" length;FiðƒI" digest;F"%e979f50bc84ce3149fb47c805352e89bI" source;FI"ðƒ/** * QUnit v1.10.0 - A JavaScript Unit Testing Framework * * http://qunitjs.com * * Copyright 2012 jQuery Foundation and other contributors @@ -2576,11 +2576,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"); @@ -2878,10 +2878,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": @@ -2920,11 +2923,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; @@ -3240,6 +3243,6 @@ originalReset(); return Teabag.fixture.cleanup(); }; }).call(this); -;TI"required_assets_digest;F"%cb0224410acb932975cbf00bdd900590I" _version;F"%6776f581a4329e299531e1d52aa59832 +;TI"required_assets_digest;F"%55ad9ec58ebecfa6e27bdc9dca178e8cI" _version;F"%6776f581a4329e299531e1d52aa59832 \ No newline at end of file