On Jun 6, 2011, at 6:49 PM, Patrick J. Collins wrote:

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

rake doesn't take arguments like that. Try 'rspec spec --debugger'.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to