Fixing the way the rakefile is supposed to work with rcov.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@20 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
hcatlin 2006-08-09 18:01:16 +00:00
parent 4f9465d540
commit d6069e5264
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end
task :rcov
task :rcov do
`rcov test/*.rb`
end