Hi all,
How are you running your Unit Test in xcode4?
It went okay,
Scripts output to the build log and in contrast octests output to the console.
The problem I see with this method of running specs/tests is that "Run Script" happens outside of the octest run. And octest is always "blank" because no tests are coded for it.
So has anyone bridged between this? Maybe running macruby inside the octest run? I'm not sure.
Any tips? Any projects I should look at?
Regards,
- Rob