Пример #1
0
 it('should return an array of bid responses', function() {
   var responses = spec.interpretResponse(serverResponse);
   expect(responses).to.be.an('array').with.length(1);
 });