Sha256: 44f9b4ade1a7246439a5672290b7e84745698f7fd7bfa3462d02d77d10ea5394
Contents?: true
Size: 255 Bytes
Versions: 52
Compression:
Stored size: 255 Bytes
Contents
// beforeEach(function() { // this.addMatchers({ // toBePlaying: function(expectedSong) { // var player = this.actual; // return player.currentlyPlayingSong === expectedSong && // player.isPlaying; // } // }); // });
Version data entries
52 entries across 52 versions & 2 rubygems