projects
/
mkws-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial version of prettysimple.html. Alas, CSS is still hard.
[mkws-moved-to-github.git]
/
examples
/
jasmine
/
spec
/
SpecHelper.js
1
beforeEach(function() {
2
this.addMatchers({
3
toBePlaying: function(expectedSong) {
4
var player = this.actual;
5
return player.currentlyPlayingSong === expectedSong &&
6
player.isPlaying;
7
}
8
});
9
});