Remove unused SpecHelper

openid
Marcin Kulik 13 years ago
parent 4e5240e24f
commit 728258ff8c

@ -1,9 +0,0 @@
beforeEach(function() {
this.addMatchers({
toBePlaying: function(expectedSong) {
var player = this.actual;
return player.currentlyPlayingSong === expectedSong &&
player.isPlaying;
}
});
});
Loading…
Cancel
Save