o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356739935.2089548:@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"2012-12-28T17:11:52-07:00; FI"length; Fi>I"digest; F"%eb0d78f746f1a2138e724f172dd9ccd6I"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() { fixture("fixture.html"); return expect(document.getElementById("fixture_view").tagName).to.be("DIV"); }); 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("