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