Sha256: 299211ddfdcada536c8ca4f741c10ac45e92173b836bf6b0722a9f641b809970
Contents?: true
Size: 412 Bytes
Versions: 15
Compression:
Stored size: 412 Bytes
Contents
describe("Jax", function() { it("should be loaded", function() { /* if false, then it didn't load all of the Jax libraries successfully */ expect(Jax.loaded).toBeTrue(); }); it("should create the top-level view container", function() { expect(Jax.views).not.toBeUndefined(); }); it("should initialize the route set", function() { expect(Jax.routes).not.toBeUndefined(); }); });
Version data entries
15 entries across 15 versions & 1 rubygems