New example project.
Generate jasmine-standalone-x.x.x.zip.
This commit is contained in:
9
example/spec/SpecHelper.js
Normal file
9
example/spec/SpecHelper.js
Normal file
@@ -0,0 +1,9 @@
|
||||
beforeEach(function() {
|
||||
this.addMatchers({
|
||||
toBePlaying: function(expectedSong) {
|
||||
var player = this.actual;
|
||||
return player.currentlyPlayingSong === expectedSong
|
||||
&& player.isPlaying;
|
||||
}
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user