On Wed, Jan 14, 2009 at 3:51 PM, Scott Taylor <[email protected]> wrote:

>
> 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
>

You can actually do

~$ irb
>> require 'ruby-debug'
=> true
>> debugger
(rdb:1) irb
>>

///ark
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to