[rspec-users] rake 0.9.0 activated error + debugger not working?
David Chelimsky
dchelimsky at gmail.com
Mon Jun 6 20:13:58 EDT 2011
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'.
More information about the rspec-users
mailing list