Is there any way currently to list out the step matchers that were never used when you run a set of features? This would help me keep our step files tidy. If not, some pointers to how I might write such a thing would be cool :) cheers, Matt ---- http://blog.mattwynne.net http://songkick.com In case you wondered: The opinions expressed in this email are my own and do not necessarily reflect the views of any former, current or future employers of mine. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080924/f1b11a56/attachment-0001.html>
aslak hellesoy
2008-Sep-24 10:07 UTC
[rspec-users] Cucumber: listing redundant step matchers
On Wed, Sep 24, 2008 at 10:30 AM, Matt Wynne <matt at mattwynne.net> wrote:> Is there any way currently to list out the step matchers that were never > used when you run a set of features? > This would help me keep our step files tidy. > If not, some pointers to how I might write such a thing would be cool :) >Use rcov> cheers, > Matt > ---- > http://blog.mattwynne.net > http://songkick.com > In case you wondered: The opinions expressed in this email are my own and do > not necessarily reflect the views of any former, current or future employers > of mine. > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >