Env#addMatchers is no longer exposed on spec, it is exposed globally in boot.js.

This commit is contained in:
Dan Hansen and Davis W. Frank
2013-02-26 16:41:46 -08:00
parent d6987a6c84
commit 92492c0144

View File

@@ -1,5 +1,5 @@
beforeEach(function() {
this.addMatchers({
addMatchers({
toBePlaying: function(expectedSong) {
var player = this.actual;
return player.currentlyPlayingSong === expectedSong &&