guard / guard-rspec

Guard::RSpec automatically run your specs (much like autotest)
https://rubygems.org/gems/guard-rspec
MIT License
1.31k stars 241 forks source link

Does not cancel currently running tests when changes occur #413

Open faissalMT opened 5 years ago

faissalMT commented 5 years ago

My text editor makes use of autosave and I am running a number of tests, hence I often find myself manually cancelling currently running tests in order for Rspec guard to test against my newer changes.