scotrug / darts

Dependency aware ruby tests
http://github.com/darts
MIT License
7 stars 1 forks source link

Change a source file, darts can tell us which RSpec examples to run #2

Open mattwynne opened 13 years ago

mattwynne commented 12 years ago

This is going to be hard, as to know which source files have changed, we need to either inspect all the mtimes of all the files, or look at git history, or we need to have a server running in the background watching and remembering file changes. Either way, hard.