mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Addd comments to gen and regen tasks.
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -88,7 +88,10 @@ task :check do
|
|||||||
puts "# of about requires: #{about_requires}"
|
puts "# of about requires: #{about_requires}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Generate the Koans from the source files from scratch."
|
||||||
task :regen => [:clobber_koans, :gen]
|
task :regen => [:clobber_koans, :gen]
|
||||||
|
|
||||||
|
desc "Generate the Koans from the changed source files."
|
||||||
task :gen => KOAN_FILES + [PROB_DIR + "/README.rdoc"]
|
task :gen => KOAN_FILES + [PROB_DIR + "/README.rdoc"]
|
||||||
task :clobber_koans do
|
task :clobber_koans do
|
||||||
rm_r PROB_DIR
|
rm_r PROB_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user