Skip to content

Instantly share code, notes, and snippets.

@jonfuller
Created September 23, 2009 19:59
Show Gist options
  • Save jonfuller/192240 to your computer and use it in GitHub Desktop.
Save jonfuller/192240 to your computer and use it in GitHub Desktop.
A watcher script
require 'autotest.rb'
watch( '^.*UnitTest.*.cs$' ) do |match|
run_test(match.to_s)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment