Re: [rspec-users] Cucover: coverage-aware 'lazy' cucumber runs

2009-04-12 Thread Matt Wynne
On 10 Apr 2009, at 23:40, Ashley Moran wrote: On 10 Apr 2009, at 19:39, Matt Wynne wrote: It's feasible I think, and something I'd definitely like to add for my own purposes eventually. I think RCov works with JRuby too, though I've not tried it myself. Hmmm - the JRuby process is just ru

Re: [rspec-users] Cucover: coverage-aware 'lazy' cucumber runs

2009-04-10 Thread Ashley Moran
On 10 Apr 2009, at 19:39, Matt Wynne wrote: It's feasible I think, and something I'd definitely like to add for my own purposes eventually. I think RCov works with JRuby too, though I've not tried it myself. Hmmm - the JRuby process is just running Cucumber, where my Merb code is all in MR

Re: [rspec-users] Cucover: coverage-aware 'lazy' cucumber runs

2009-04-10 Thread Matt Wynne
On 10 Apr 2009, at 18:34, Ashley Moran wrote: On 10 Apr 2009, at 02:12, Matt Wynne wrote: If this sounds useful to you, please take a look, try it out, and let me know what you think. Hi Matt Cucover sounds *very* interesting! However I fell at the first hurdle: "Anything that runs o

Re: [rspec-users] Cucover: coverage-aware 'lazy' cucumber runs

2009-04-10 Thread Ashley Moran
On 10 Apr 2009, at 02:12, Matt Wynne wrote: If this sounds useful to you, please take a look, try it out, and let me know what you think. Hi Matt Cucover sounds *very* interesting! However I fell at the first hurdle: "Anything that runs out of process will not be covered, and therefore c

[rspec-users] Cucover: coverage-aware 'lazy' cucumber runs

2009-04-09 Thread Matt Wynne
Hi Folks, This is an idea I've been playing with for some time, and I think I've finally it into a shape where it might be useful to other people. Cucover is a thin wrapper for Cucumber which makes it lazy. What does it mean for Cucumber to be lazy? It will only run a feature if it needs t