On Thu, Jan 15, 2009 at 12:04 AM, Sebastian W. <[email protected]> wrote:
> Aslak Hellesøy wrote: > > On Wed, Jan 14, 2009 at 9:55 PM, Sebastian W. <[email protected]> > > wrote: > > > >> > > The :line suffix tells cuke to run only the scenario on that particular > > line. > > > > http://wiki.github.com/aslakhellesoy/cucumber/running-features > > cucumber --help > > > > Aslak > > Ah, okay - I think I understand. But couldn't I just as easily do that > with the "-s" option? When I tried running my feature with the :line The idea is to copy the last line of the backtrace of a failing scenario. It already has the line in the number. Copy paste is easy. > > suffix it still executed everything before it, and continued going > afterwards. > Then you may have found a bug. > > For my purposes, it'd just be really nifty to play have a more > interactive environment to play around in. Again...I'm totally game for > you saying "you should get right on that, here's where to go look". :) > > I'm more than willing to scratch my own itch, just not sure where to > begin. :P Write scenario. Doh :-) Aslak > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
