spec/dummy/tmp/cache/assets/D35/7C0/sprockets%2Ff536a2606eaf7d542c0985104cb62baf in teabag-0.7.0 vs spec/dummy/tmp/cache/assets/D35/7C0/sprockets%2Ff536a2606eaf7d542c0985104cb62baf in teabag-0.7.1
- old
+ new
@@ -1,13 +1,13 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1365130834.7890098:@value"—{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1365828793.100202:@value"™{I"
class:EFI"BundledAsset; FI"logical_path; FI"teabag/base/teabag_spec.js; TI"
pathname; FI"U/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/base/teabag_spec.coffee; FI"content_type; FI"application/javascript; FI"
-mtime; FI"2013-02-16T14:30:06-07:00; FI"length; Fi·I"digest; F"%4442da8647d53b0200bcd3d492ed30beI"source; FI"·(function() {
-
+mtime; FI"2013-02-16T14:30:06-07:00; FI"length; Fi¹I"digest; F"%b5646711c7a9cd565e7dec001d7ae214I"source; FI"¹(function() {
describe("Teabag", function() {
describe("class level API", function() {
return it("has the expected API", function() {
var keys;
+
if (!Object.keys) {
return;
}
keys = Object.keys(Teabag);
expect(keys).toContain("defer");
@@ -24,21 +24,23 @@
beforeEach(function() {
return Teabag.defer = false;
});
it("allows defering (thus not instantiating the runner)", function() {
var spy;
+
Teabag.defer = true;
spy = spyOn(Teabag, "Runner");
Teabag.execute();
return expect(spy).wasNotCalled();
});
return it("will execute if it should", function() {
var spy;
+
spy = spyOn(Teabag, "Runner");
Teabag.execute();
return expect(spy).toHaveBeenCalled();
});
});
});
}).call(this);
-; FI"required_assets_digest; F"%32c785f4826cff27f62175b446573d97I"
_version; F"%6776f581a4329e299531e1d52aa59832
+; FI"required_assets_digest; F"%7328cbecd48231ba0a921ad7025f69eeI"
_version; F"%6776f581a4329e299531e1d52aa59832
\ No newline at end of file