Removed autotest. Added Watchr script.

This commit is contained in:
Alex Burkhart
2012-02-09 18:57:31 +00:00
parent 8926a0d96b
commit a565ac232d
4 changed files with 3 additions and 29 deletions

3
src/koans.watchr Normal file
View File

@@ -0,0 +1,3 @@
watch( '.*\.rb' ) do
system("ruby path_to_enlightenment.rb")
end