o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357882151.3922088:@value"Ò{I" class:EFI"BundledAsset; FI"logical_path; FI" teabag/mocha/mocha_mspec.js; FI" pathname; FI"V/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/mocha/mocha_mspec.coffee; FI"content_type; FI"application/javascript; FI" mtime; FI"2013-01-01T20:33:32-07:00; FI"length; FiðI"digest; F"%732d7047d2e6ca109d46fc7afe06fedeI"source; FI"ð(function() { console.log("testing console output"); describe("Teabag running Mocha", function() { it("is awesome", function() { return expect(passing).to.equal(true); }); describe("running tests", function() { it("actually tests", function() { return fixture("fixture.html"); }); return it("can handle more than one test", function(done) { var test; test = function() { expect(passing).to.equal(true); return done(); }; return setTimeout(test, 1000); }); }); describe("failing tests", function() { return it("can fail", function() { return expect(failing).to.equal(false); }); }); describe("pending", function() { it("is allowed"); return xit("doesn't get executed", function() { alert("no no no"); return expect(false).to.equal(true); }); }); describe("nesting", function() { return describe("multiple levels", function() { return it("displays correctly", function() { return expect(passing).to.equal(true); }); }); }); return it("is something cool", function() { return expect(passing).to.equal(true); }); }); fixture.preload("fixture.html", "fixture.json"); describe("Using fixtures", function() { fixture.set("