I fought with the same thing, but since I've used cucumber to test iOS apps,
there was no need to run it under MacRuby. It's a pain to switch between rubies
all the time, but for now I run cucumber features under mri, and my specs under
MacRuby.
It would really be lovely to fix the issues causi
Hi Christian,
I've been fighting with MacRuby and cucumber for a while, and have
never been able to build cuke under MacRuby. What versions of both
tools did you use? Were there any special tweaks you had to make?
Thanks,
Graham
On Wednesday, March 16, 2011, Christian Niles wrote:
> Hey All,
>
Christian / Matt,
Do you guys happen to know if the UIAutomation API is available as a objc API
as well? I'm currently using Nu for my BDD specs on the device itself with:
https://github.com/alloy/NuBacon (rewrite with objc core:
https://github.com/alloy/ObjectiveBacon) and have everything in p
I hear you. Both of your points would make for very valuable developer
feedback in the form of bugs. Developer-originated bugs count for a lot -
please file some!
Matt
On Mar 16, 2011, at 12:38 PM, Christian Niles wrote:
> I am, though I'm really sold on using Cucumber to write my automation
I am, though I'm really sold on using Cucumber to write my automation specs and
Frank is the most active project that allows me to do that right now. The big
problems with UIAutomation are (1) it's written in Javascript with no testing
framework like jasmine provided, and (2) you're forced to ru
Hi Christian,
Are you aware of the UIAutomation framework for UI-based testing in iOS? It's
not quite the same as Frank, but is an Apple-supplied UI test mechanism.
Matt
On Mar 16, 2011, at 12:17 PM, Christian Niles wrote:
> Hey All,
>
> One of the reasons I've gotten so in love with MacRuby