On Jan 14, 2009, at 6:04 PM, Sebastian W. wrote:
Aslak Hellesøy wrote:
On Wed, Jan 14, 2009 at 9:55 PM, Sebastian W. <li...@ruby-forum.com>
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
suffix it still executed everything before it, and continued going
afterwards.
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
Yeah, just insert this into your step definition:
require 'rubygems'; require 'ruby-debug'; debugger
Then type irb <return>
Now you'll be in the middle of an IRB session
Scott
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users