Removed autotest. Added Watchr script.
[ruby_koans.git] / src / koans.watchr
1 watch( '.*\.rb' ) do
2   system("ruby path_to_enlightenment.rb")
3 end