I've been recently rewriting my app's models to use sqlite, and as I do it I've been using bacon. I only test my models, but maybe one day I'll invent some sort of Shoes integration test to test view code too.
The key is to make it so that your code can be loaded with Shoes or with Bacon. Keep the view and models in seperate files and load them using "if defined? Shoes". If you want do dig through some code examples, I have it here: http://github.com/evanfarrar/opensprints/tree/rewrite On Tue, Aug 18, 2009 at 4:12 PM, Devyn Cairns <[email protected]>wrote: > I don't think so. You could write your own GUI for RSpec though :) > > On Mon, Aug 17, 2009 at 8:08 AM, doug livesey<[email protected]> wrote: > > Hi -- is anyone doing BDD with shoes? > > Is it easy? > > Does it (please, please, please) involve Cucumber and RSpec? > > Can anyone send me any pointers? > > Thanks, I'll stop asking questions like a 5yr old, now. > > Doug. > > > > -- > ~devyn >
