Sha256: 87a7352b28178bf39e0e5825b53257f9e89e5d85dea51a98aa32274e75802c63
Contents?: true
Size: 328 Bytes
Versions: 11
Compression:
Stored size: 328 Bytes
Contents
beforeEach -> jasmine.addMatchers toMatchText: (util, customEqualityTesters) -> compare: (actualString, expectedString) -> normalize = (str) -> str = up.util.trim(str) str = str.replace(/[\n\r\t ]+/g, ' ') str pass: normalize(actualString) == normalize(expectedString)
Version data entries
11 entries across 11 versions & 1 rubygems