Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. require 'autotest/growl'
  2. require 'autotest/fsevent' #osx specific file changed event notification
  3. require 'redgreen/autotest'
  4. Autotest::Growl::show_modified_files = true #which changes prompted the autospec run
  5. Autotest::Growl::remote_notification = true #networked growl, to work-around disappearing notifications
  6. Autotest.add_hook :initialize do |at|
  7. %w{.git .svn .hg .DS_Store ._* log}.each {|exception|at.add_exception(exception)}
  8. end
Add Comment
Please, Sign In to add comment