pezra / rspec-mode

An RSpec minor mode for Emacs
257 stars 112 forks source link

Adding `rspec-use-pry-rescue` option. #150

Closed dcluna closed 5 years ago

dcluna commented 8 years ago

This commit introduces the rspec-use-pry-rescue option, useful with the pry-rescue (https://github.com/ConradIrwin/pry-rescue) gem.

I couldn't find anything in the docs for how to add options to the rspec command line, so I wrote this. Let me know if there are better ways

dgutov commented 8 years ago

Thanks, but have you tried

(setq rspec-spec-command "rescue rspec")

?

dcluna commented 5 years ago

Indeed, that makes sense. Closing this