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