global
def desc(description)
end
runtests
task :test => [:build]
desc "Run the Unit Tests"
Example:
Describe the next rake task.
def desc(description) Rake.application.last_description = description end
def desc(description) Rake.application.last_description = description end