Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created November 26, 2008 15:23
Show Gist options
  • Save bcardarella/29415 to your computer and use it in GitHub Desktop.
Save bcardarella/29415 to your computer and use it in GitHub Desktop.
Autotest hook for including helper tests
Autotest.add_hook :initialize do |autotest|
autotest.add_mapping %r%^test/(helpers)/.*rb$% do |filename, _|
filename
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment