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