Sha256: 965c78ce60d8aea55137d9959051034667a94a542f9ed25d9835e6ce265a137a
Contents?: true
Size: 216 Bytes
Versions: 27
Compression:
Stored size: 216 Bytes
Contents
describe("spec file isolation (A)", function () { it("isolates globals in one spec file from those of other spec files", function () { window.a_spec = true; expect(window.b_spec).to.be.undefined; }); });
Version data entries
27 entries across 27 versions & 1 rubygems