Sha256: 97d531e81a48e7cd699e645f364f4d334a2d83540e71b7f81c4e15e0bcd71377
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
beforeEach(function() { addMatchers({ toBePlaying: function(expectedSong) { var player = this.actual; return player.currentlyPlayingSong === expectedSong && player.isPlaying; } }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snapdragon-0.1.1 | lib/jasmine/lib/jasmine-core/example/spec/SpecHelper.js |