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