Sha256: 08091f36510e6ba49d6019fe70f0f76243666a5ad67d652533b7e1388d69e2c1
Contents?: true
Size: 319 Bytes
Versions: 211
Compression:
Stored size: 319 Bytes
Contents
beforeEach(function () { jasmine.addMatchers({ toBePlaying: function () { return { compare: function (actual, expected) { var player = actual; return { pass: player.currentlyPlayingSong === expected && player.isPlaying } } }; } }); });
Version data entries
211 entries across 141 versions & 10 rubygems