Use rake instead of directly invoking path_to_enlightenment.
[ruby_koans.git] / src / koans.watchr
index 810f0cc..b740cf9 100644 (file)
@@ -1,3 +1,3 @@
 watch( '.*\.rb' ) do
-  system("ruby path_to_enlightenment.rb")
+  system 'rake'
 end