mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
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:
parent
4f9465d540
commit
d6069e5264
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue