Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created May 5, 2010 09:01
Show Gist options
  • Save ptzn/390553 to your computer and use it in GitHub Desktop.
Save ptzn/390553 to your computer and use it in GitHub Desktop.
Autotest.add_hook :initialize do |at|
unless ARGV.empty?
at.find_directories = []
at.extra_files = ARGV.dup
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment