Introducing TestChanges gem
TestChanges is a light-weight gem for testing only the files that have changed since a given commit. You tell it what your test tool is, what files to watch, and what tests to run. It’s similar to guard, except that you have to run it manually and the configuration format is YAML.
You can find the gem at https://github.com/gsmendoza/test_changes.
Post a comment