spec/dummy/tmp/cache/assets/D00/F60/sprockets%2F42e279b52511c47d26c0adb125fd04e8 in teabag-0.5.3 vs spec/dummy/tmp/cache/assets/D00/F60/sprockets%2F42e279b52511c47d26c0adb125fd04e8 in teabag-0.5.4
- old
+ new
@@ -1,8 +1,8 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357971345.1655529:@value"—‡{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1359271205.36897:@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"2013-01-11T23:15:01-07:00; FI"length; FiÅ…I"digest; F"%fc733ebeb7ea76ba96dd57f5440bb9efI"source; FI"Å…/**
+mtime; FI"2013-01-27T00:18:39-07:00; FI"length; Fi ‰I"digest; F"%33bc020fe6703c91538a9404b1444a15I"source; FI" ‰/**
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
*
* http://qunitjs.com
*
* Copyright 2012 jQuery Foundation and other contributors
@@ -2011,10 +2011,36 @@
}
this.started = true;
return new Teabag.Runner();
};
+ Teabag.resolveDependenciesFromParams = function(all) {
+ var dep, deps, file, parts, path, paths, _i, _j, _len, _len1;
+ if (all == null) {
+ all = [];
+ }
+ deps = [];
+ if ((paths = window.location.search.match(/[\?&]file(\[\])?=[^&\?]*/gi)) === null) {
+ return all;
+ }
+ for (_i = 0, _len = paths.length; _i < _len; _i++) {
+ path = paths[_i];
+ parts = decodeURIComponent(path.replace(/\+/g, " ")).match(/\/(.+)\.(js|js.coffee|coffee)$/i);
+ if (parts === null) {
+ continue;
+ }
+ file = parts[1].substr(parts[1].lastIndexOf("/") + 1);
+ for (_j = 0, _len1 = all.length; _j < _len1; _j++) {
+ dep = all[_j];
+ if (dep.indexOf(file) >= 0) {
+ deps.push(dep);
+ }
+ }
+ }
+ return deps;
+ };
+
Teabag.log = function() {
var _ref;
this.messages.push(arguments[0]);
return (_ref = this.console).log.apply(_ref, arguments);
};
@@ -3259,6 +3285,6 @@
originalReset();
return Teabag.fixture.cleanup();
};
}).call(this);
-; TI"required_assets_digest; F"%e398c02b5b3e05eaa9b5ec200a8d231aI"
_version; F"%6776f581a4329e299531e1d52aa59832
+; TI"required_assets_digest; F"%25b6112464a7aaec0d57392073034403I"
_version; F"%6776f581a4329e299531e1d52aa59832
\ No newline at end of file