mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Added descriptions to rake tasks.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace "check" do
|
|||||||
puts
|
puts
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Check that asserts have __ replacements"
|
||||||
task :asserts do
|
task :asserts do
|
||||||
puts "Checking for asserts missing the replacement text:"
|
puts "Checking for asserts missing the replacement text:"
|
||||||
begin
|
begin
|
||||||
@@ -28,4 +29,5 @@ namespace "check" do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Run some simple consistancy checks"
|
||||||
task :check => ["check:abouts", "check:asserts"]
|
task :check => ["check:abouts", "check:asserts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user