Hi all This thread sounds really good. I can't recall if I mentioned AutoIT on here before. It is a Windows based tool for catching GUI messages, etc. And you can run it form Ruby (on windows).
* http://www.autoitscript.com/autoit3/downloads.shtml If one does BDD on gui-s something like this is probably essential at some point. Can anyone say if there's a similar tool for Linux based gui-s or the Mac? w. 2009/8/19 Evan Farrar <[email protected]> > 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 >> > > -- aloha, \_w_/ ___________________________________ º http://mbimarketing.wordpress.com º http://adroit-process.blogspot.com
