Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created January 10, 2010 22:59
Show Gist options
  • Save dreamr/273847 to your computer and use it in GitHub Desktop.
Save dreamr/273847 to your computer and use it in GitHub Desktop.
Autotest.add_hook :initialize do |at|
%w{rerun.txt}.each do |exception|
at.add_exception(exception)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment