Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-04-06 Thread Christian Niles
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

Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-04-05 Thread Graham Davison
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, >

Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-03-16 Thread Eloy Duran
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

Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-03-16 Thread Matt Massicotte
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

Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-03-16 Thread Christian Niles
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

Re: [MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-03-16 Thread Matt Massicotte
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

[MacRuby-devel] [ANN] TrackerBot 1.0 in App Store -- tested with MacRuby!

2011-03-16 Thread Christian Niles
Hey All, One of the reasons I've gotten so in love with MacRuby is that it's let me BDD my Cocoa projects, in particular an app I just released to the App Store, called TrackerBot [1]. TrackerBot is an iPad and iPhone interface to Pivotal Tracker, the well-known agile project management tool [2