pezra / rspec-mode

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

Multiple rspec processes at the same time #169

Closed kzkn closed 6 years ago

kzkn commented 6 years ago

How do I run multiple rspec processes without killing the first rspec process? When I tried it, my Emacs says:

compilation-start: Cannot have two processes in ‘*rspec-compilation*’ at once
pezra commented 6 years ago

Running more than one rspec process is not supported.

I think this could be implemented in rspec-mode. I'd welcome that functionality. If you are interested feel free to submit a PR.