o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1356728525.5844638:@value"$ {I" class:EFI"BundledAsset; FI"logical_path; FI"$teabag/jasmine/jasmine_jspec.js; FI" pathname; FI"Z/Users/jejacks0n/Projects/teabag/spec/javascripts/teabag/jasmine/jasmine_jspec.coffee; FI"content_type; FI"application/javascript; FI" mtime; FI"2012-12-28T14:02:00-07:00; FI"length; Fi:I"digest; F"%370b3325fc4137388e8b31dbc4cbd00dI"source; FI":(function() { console.log("testing console output"); describe("Teabag running Jasmine", function() { it("is awesome", function() { return expect(passing).toEqual(true); }); describe("running tests", function() { it("actually tests", function() { loadFixtures("fixture.html"); return expect($("#fixture_view")).toExist(); }); return it("can handle more than one test", function() { waits(1000); return runs(function() { return expect(passing).toEqual(true); }); }); }); describe("failing tests", function() { return it("can fail", function() { return expect(failing).toEqual(false); }); }); describe("pending", function() { it("is allowed"); return xit("doesn't display or get executed (different than mocha)", 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).toEqual(true); }); }); }); return it("is something cool", function() { return expect(passing).toEqual(true); }); }); fixture.preload("fixture.html", "fixture.json"); describe("Using fixtures", function() { fixture.set("