tags:

views:

93

answers:

1

Hi there,

I'm looking for some solutions to BDD a new Shoes app. Any suggestions

+1  A: 

I'd try to build everything not directly related to UI into PORCs (Plain Old Ruby Classes) and BDD those in the usual way, require-ing them into shoes later. I suspect you're thinking about the GUI parts, though, and I can't help there. All test/behaviour-driven development seems to be somewhat challenged by the GUI aspect, Ruby at least as much as any other and shoes quite possibly more than most Ruby frameworks.

Mike Woodhouse