o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1357098143.945014:@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("<h2>Another Title</h2>");
    beforeEach(function() {
      return this.fixtures = fixture.load("fixture.html", "fixture.json", true);
    });
    return it("loads fixtures", function() {
      expect(document.getElementById("fixture_view").tagName).to.be("DIV");
      expect(this.fixtures[0]).to.be(fixture.el);
      return expect(this.fixtures[1]).to.eql(fixture.json[0]);
    });
  });

}).call(this);
;�FI"required_assets_digest;�F"%042f554180a6bd2d08129aa55c80f066I"
_version;�F"%6776f581a4329e299531e1d52aa59832