Re: [rspec-users] Cucumber fat client

2008-12-14 Thread mike.gaffney
Why not make a web client that manipulates git based projects in the background? I've been messing around with Grit and doing things like this lately for http://rdocul.us a site I run and it is very easy to do. If everything is in a standard location you could just add a project via an administ

Re: [rspec-users] Cucumber fat client

2008-12-16 Thread mike.gaffney
Correct me if I'm wrong (and I probably missed something), but why do you and some others in this thread want users to actually edit a feature? That's going to wreck havoc with steps that won't match anymore, breaking features, and therefore making the client angry. WDYT? bartz > My thinking