Stubbilino is a small library I wrote to help with stubbing in Objective-C. I
was looking for a block-based interface for stubbing to use together with
Specta.
You can also stub class methods, for instance, here is how to swap the default
NSNotificationCenter for a custom instance.