Skip to content
Extraits de code Groupes Projets
SpecHelper.js 302 octets
Newer Older
  • Learn to ignore specific revisions
  • Sarah Mei's avatar
    Sarah Mei a validé
    // Add custom matchers here, in a beforeEach block. Example:
    //beforeEach(function() {
    //  this.addMatchers({
    //    toBePlaying: function(expectedSong) {
    //      var player = this.actual;
    //      return player.currentlyPlayingSong === expectedSong
    //          && player.isPlaying;
    //    }
    //  })
    //});