Excluding a folder from autotesting
Posted
by gmile
on Stack Overflow
See other posts from Stack Overflow
or by gmile
Published on 2010-04-22T11:45:02Z
Indexed on
2010/04/22
16:33 UTC
Read the original article
Hit count: 215
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?
© Stack Overflow or respective owner