> Here's how I deal with this:
> 
> bundle install --binstubs # installs bin/rake, etc
> export PATH=./bin:$PATH

Great!  What about using debugger?

rake spec gives me:
        "***** debugger statement ignored, use -d or --debug option to enable 
debugging"

rake spec -d gives me:
        "ambiguous option: -d"

rake spec --debug gives me no output at all...

thanks.

Patrick J. Collins
http://collinatorstudios.com
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to