Kiwi, which works great with iCuke, is by far the best lib for RSpec-style BDD unit testing on the iPhone & iPad. (I prefer it much more than Cedar.) Plus, it's very easy to set up, mainly because it has excellent documentation:
http://www.kiwi-lib.info/
But, that's the least of reasons I like it the best. It's even more like RSpec than any other unit testing lib out there because it implements it's own matchers, expectations, mocks, stubs, etc. So, you can kiss OCMock & OCHamcrest goodbye!
Plus, it's built on top of OCMock & SenTestingKit, so it integrates extremely well w Xcode. E.g., you can quickly run your tests with Command-B without having to change the build target, and it points you to the exact line number of the failure if there is one.
It freaking rocks!
Matt
Sent from my iPhone