Sha256: 27b7df6ea111bdc7e4f86a84358524120007b7b5247988ad67a3ac182536fe4c
Contents?: true
Size: 228 Bytes
Versions: 107
Compression:
Stored size: 228 Bytes
Contents
beforeEach(function() { this.addMatchers({ toBePlaying: function(expectedSong) { var player = this.actual; return player.currentlyPlayingSong === expectedSong && player.isPlaying; } }); });
Version data entries
107 entries across 104 versions & 15 rubygems