I have an existing iPhone application written in Objective-C that I would like to add some automated tests. I read an article about testing with MacRuby , which sounds great, but it aims to test the desktop framework.
How to add MacRuby tests to iPhone app? Ruby code does not recognize my Objective-C classes, and I do not know how to configure it for this. Do I need to somehow point it to compiled code or headers?
source
share