I've just installed a ZenTest to use autotest in my project. I use rspec
and have an integration
folder inside it. As I don't want all my integration tests run every single time I start autospec , so I'd like to somehow restrict autospec from running tests in that folder.
How do I exclude a chosen folder inside a /spec from running by autotest?