Created
November 11, 2010 16:11
-
-
Save martinos/672696 to your computer and use it in GitHub Desktop.
My autotest file
This file contains hidden or 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
| require 'autotest/growl' | |
| require 'autotest/fsevent' #osx specific file changed event notification | |
| require 'redgreen/autotest' | |
| Autotest::Growl::show_modified_files = true #which changes prompted the autospec run | |
| Autotest::Growl::remote_notification = true #networked growl, to work-around disappearing notifications | |
| Autotest.add_hook :initialize do |at| | |
| %w{.git .svn .hg .DS_Store ._* log}.each {|exception|at.add_exception(exception)} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment