Re: [rspec-users] [cucumber] orphaned steps

2009-02-26 Thread Tim Walker
Hey thanks guys. Looks like that'll work. Tim On Thu, Feb 26, 2009 at 2:20 AM, Bart Zonneveld wrote: > > On 26-feb-2009, at 6:11, Aslak Hellesøy wrote: > >> >> >>> Any good way to find all orphaned steps? That is, any steps that exist >>> that do not match any features? >>> >> >> You can use RCov

Re: [rspec-users] [cucumber] orphaned steps

2009-02-26 Thread Bart Zonneveld
On 26-feb-2009, at 6:11, Aslak Hellesøy wrote: Any good way to find all orphaned steps? That is, any steps that exist that do not match any features? You can use RCov. Something like this'll do the trick: http://gist.github.com/70747 cheers, bartz ___

Re: [rspec-users] [cucumber] orphaned steps

2009-02-25 Thread Aslak Hellesøy
Any good way to find all orphaned steps? That is, any steps that exist that do not match any features? You can use RCov. Aslak Many thanks, Tim ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-u

[rspec-users] [cucumber] orphaned steps

2009-02-25 Thread Tim Walker
Any good way to find all orphaned steps? That is, any steps that exist that do not match any features? Many thanks, Tim ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users