Added descriptions to rake tasks.

This commit is contained in:
Jim Weirich
2010-09-28 14:49:20 -04:00
parent 7dee146a8c
commit 5b483df29b

View File

@@ -15,6 +15,7 @@ namespace "check" do
puts
end
desc "Check that asserts have __ replacements"
task :asserts do
puts "Checking for asserts missing the replacement text:"
begin
@@ -28,4 +29,5 @@ namespace "check" do
end
end
desc "Run some simple consistancy checks"
task :check => ["check:abouts", "check:asserts"]