Sha256: 78a82d9389fe455037e62f09ba6fe72e63a714ab4f21d85ae3a2263337db636f
Contents?: true
Size: 274 Bytes
Versions: 23
Compression:
Stored size: 274 Bytes
Contents
describe 'window.up namespace', -> describe 'renamedModule()', -> it 'prints a warning and forwards the call to the new module', -> warnSpy = spyOn(up.log, 'warn') value = up.flow expect(warnSpy).toHaveBeenCalled() expect(value).toBe(up.dom)
Version data entries
23 entries across 23 versions & 1 rubygems