Sha256: afbee98574bb19cf105c6f5ce1a9bba975d667008b1f662c4a31e9d3a1c14fc7
Contents?: true
Size: 202 Bytes
Versions: 9
Compression:
Stored size: 202 Bytes
Contents
describe('nothing', function() { it('should pass', function() { var matcher = jasmineUnderTest.matchers.nothing(), result = matcher.compare(); expect(result.pass).toBe(true); }); });
Version data entries
9 entries across 9 versions & 2 rubygems