Skip to content

Instantly share code, notes, and snippets.

@BugRoger
Created June 28, 2011 08:27
Show Gist options
  • Save BugRoger/1050727 to your computer and use it in GitHub Desktop.
Save BugRoger/1050727 to your computer and use it in GitHub Desktop.
.autotest
require "autotest/growl"
require "autotest/fsevent"
require "autotest/bundler"
Autotest::Growl::image_dir = File.join(ENV['HOME'], '.autotest_images')
Autotest::Growl::show_modified_files = true
Autotest.add_hook :initialize do |autotest|
%w(.git .DS_Store db log tmp).each do |exception|
autotest.add_exception(exception)
end
autotest.order = :random
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment