0

How do I change the behavior of autotest to run after I edit a view file? Currently, it runs when I modify a a controller file, and I'd rather not need to touch a a controller file to get my tests to run.

David Oneill
  • 12,502
  • 16
  • 58
  • 70

1 Answers1

0

Similar thread: Adding custom directories (source and spec) to autotest in a Rails 3 project

Infinity test has pretty good customization support too: https://github.com/tomas-stefano/infinity_test

Community
  • 1
  • 1
Heikki
  • 15,329
  • 2
  • 54
  • 49