Sha256: 1bc07ecf20d7519d5f1e8674b1c38f9c205245232107546f433216861a50fc73
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
beforeEach(function () { jasmine.Expectation.addMatchers({ toBePlaying: function () { return { compare: function (actual, expected) { var player = actual; return { pass: player.currentlyPlayingSong === expected && player.isPlaying } } }; } }); });
Version data entries
6 entries across 6 versions & 2 rubygems