Sha256: 8b5d3e270de7fb66cb3d2b135636aab3ba6af0cb579ab8118b4c076b0326190f
Contents?: true
Size: 224 Bytes
Versions: 2
Compression:
Stored size: 224 Bytes
Contents
beforeEach(function() { this.addMatchers({ toBePlaying: function(expectedSong) { var player = this.actual; return player.currentlyPlayingSong === expectedSong && player.isPlaying; } }) });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
test_track-0.0.4 | test/dummy/spec/javascripts/helpers/spec_helper.js |
test_track-0.0.3 | test/dummy/spec/javascripts/helpers/spec_helper.js |