Autotest
Autotest is a Ruby gem for running tests automatically when source files change.
Guard
Guard is a command line tool to easily handle events on file system modifications.
Others
Example |
---|
I recently moved from autotest to guard for a reason it works better than autotest and it has a lot of available guard from question Compare Pros and Cons of Autofeature/autotest vs Guard? |
In other words guard is more a generic framework for every process which needs to do something triggered by a file change autotest is restricted to running tests from question Compare Pros and Cons of Autofeature/autotest vs Guard? |