Sha256: e916b587d159d6dd94a617f684c8eb011461f158586d100825ed29faa2d96a6b

Contents?: true

Size: 295 Bytes

Versions: 25

Compression:

Stored size: 295 Bytes

Contents

Screw.Unit(function(screw) { with(screw) {
  describe("Screw.Unit", function() {
    describe("when the passed-in function has an arity of 1", function() {
      it("passes the Screw.Unit context into the function", function() {
        expect(true).to(equal, true);
      });
    });
  });
}});

Version data entries

25 entries across 25 versions & 6 rubygems

Version Path
pivotal-screw-unit-0.4.0 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.4.1 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.4.2 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.4.3 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.5.0 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.5.1 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.5.2 core/spec/with_screw_context_spec.js
pivotal-screw-unit-0.5.3 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.10 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.11 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.12 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.3 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.4 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.5 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.6 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.7 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.8 core/spec/with_screw_context_spec.js
pivotal-screw-unit-server-0.5.9 core/spec/with_screw_context_spec.js
honkster-screw-unit-server-0.6.3 core/spec/with_screw_context_spec.js
honkster-screw-unit-server-0.6.2 core/spec/with_screw_context_spec.js