Created
December 8, 2011 08:32
-
-
Save smellman/1446457 to your computer and use it in GitHub Desktop.
don't loop autotest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# file: .autotest | |
Autotest.add_hook :initialize do |at| | |
# don't look log/test.log | |
at.add_exception(%r{^\./log}) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment