mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Got rcov going.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@18 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
331f0247ae
commit
b394cbaddc
1 changed files with 4 additions and 0 deletions
4
Rakefile
4
Rakefile
|
@ -22,3 +22,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
|
|||
rdoc.rdoc_files.include('README')
|
||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||
end
|
||||
|
||||
task :rcov
|
||||
`rcov test/*.rb`
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue