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