jasmine.Ajax.stubRequest(new RegExp("("+apiPrefix + '\/team_totals)'+'(.*)')).andReturn({
    'responseText' : JSON.stringify(TeamTotalMockery())
  });