mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Use rake instead of directly invoking path_to_enlightenment.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
watch( '.*\.rb' ) do
|
watch( '.*\.rb' ) do
|
||||||
system("ruby path_to_enlightenment.rb")
|
system 'rake'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user