Вход Регистрация
Файл: framework/thirdparty/jasmine/example/spec/SpecHelper.js
Строк: 13
<?php
beforeEach
(function() {
  
this.addMatchers({
    
toBePlaying: function(expectedSong) {
      var 
player this.actual;
      return 
player.currentlyPlayingSong === expectedSong
          
&& player.isPlaying;
    }
  })
});
?>
Онлайн: 1
Реклама