astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
435 stars 36 forks source link

add RdbTestSingle command option that will pass line to rspec command #70

Closed bigloser closed 12 years ago

bigloser commented 12 years ago

This commit adds a command RdbTestSingle that passes -l with the current line to rspec when invoked.

astashov commented 12 years ago

This is soooo awesome! :) Will merge it tomorrow (have to run now) :)

astashov commented 12 years ago

Thank you so much for the well-shaped pull request. You added docs, src/ files, compiled files, so cool. I appreciate that. :)

bigloser commented 12 years ago

Thank you for merging and for making this AWESOME vim plugin!