laucel

Results 2 issues of laucel

I've setted my project and added this fix https://github.com/itsniper/FTASync/issues/6. My app is very similar to FTASyncDemo, even simpler. I have a table view showing core data objects and two buttons,...

I'm using AFNetoworking and I'm tying to test a response containing, for example, a 400 status code. I'm setting status code like this: ``` objectivec [ILCannedURLProtocol setCannedStatusCode:400]; ``` and the...