Hey
I was wondering what option there are to watch for file changes and automatically have my tests run.
Would it make sense to add support for something like test watch from the rails console, or do I have to wire up some logic myself (e.g. by launching something like guard from the rails console?)
Or are there any other issues which prevent this kind of automated integration?
Hey
I was wondering what option there are to watch for file changes and automatically have my tests run.
Would it make sense to add support for something like
test watchfrom the rails console, or do I have to wire up some logic myself (e.g. by launching something like guard from the rails console?)Or are there any other issues which prevent this kind of automated integration?