I'm looking for a good example project/tutorial that show the Kiwi testing framework in action. I don't need any more examples of testing classes with the only purpose of adding 2 numbers together or something mundane like that. There are plenty of those examples already.
I'm particularly interested in strategies for testing UIViewController subclasses and classes that are in charge of data fetching.
What are the strategies that exist for testing against a web service. Is it to stub out the return methods from the fetch calls?