Esempio n. 1
0
	beforeEach(function() {
		sinon.stub(jsonHttp, 'getJson');
		jsonHttp.getJson.yields(null, { title: 'film title' });
	});