iPhone Unit Testing with Ruby
July 4th, 2008
Well, Dr. Nic is kicking ass again.
Though I’m a recent convert to rSpec for my Merb work, I actually prefer to unit test Objective-C with OCUnit. I think it’s just part of that prejudice that tests should be written in the language of the app. Also, the more ‘natural’ it feels to write tests, the more likely folks will do so. In my experience, a great number of Obj-C developers have no interest in writing tests in the first place…
Still, rbiphonetest seems like a great project and I imagine several of the “pure” Web developers on my team who are itching to get into Objective-C will quite enjoy a familiar testing framework.
Comments for “iPhone Unit Testing with Ruby”
Hey TobyJoe,
Did Google Toolbox For Mac work for you?
I added a tutorial on how to set things up here:
http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting
Ha! Man, I was taking Dr. Nic’s suggestion and working on a tutorial ;)
Thanks!
Add Your Comment