<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,4 @@
 namespace :test do
-  def rcov(target, html = false)
-    rcov = 'rcov --rails --aggregate coverage.data --text-summary -Ilib -x&quot;gems/*,/Library/Ruby/*&quot;'
-    rcov &lt;&lt; ' --no-html' unless html
-    tests = FileList[&quot;test/#{target}/**/*_test.rb&quot;].collect { |path| %Q(&quot;#{path}&quot;) }.join(' ')
-    system(&quot;#{rcov} #{tests}&quot;)
-  end
-
   namespace :coverage do
     desc 'Clean up test coverage data'
     task :clean do
@@ -16,9 +9,9 @@ namespace :test do
   
   desc 'Measures test coverage'
   task :coverage =&gt; 'test:coverage:clean' do
-    rcov 'unit'
-    rcov 'functional'
-    rcov 'integration', true
+    rcov = 'rcov --rails --aggregate coverage.data --text-summary -Ilib -x&quot;gems/*,/Library/Ruby/*&quot;'
+    tests = FileList[&quot;test/**/*_test.rb&quot;].collect { |path| %Q(&quot;#{path}&quot;) }.join(' ')
+    system(&quot;#{rcov} #{tests}&quot;)
     system(&quot;open coverage/index.html&quot;) if PLATFORM['darwin']
   end
 end</diff>
      <filename>rcov.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d52ce166903b7e4ed0749e3254e12a09d23b439</id>
    </parent>
  </parents>
  <author>
    <name>S. Brent Faulkner</name>
    <email>brentf@unwwwired.net</email>
  </author>
  <url>http://github.com/sbfaulkner/tasks/commit/3e4915413c00f9e493eff8d7104ea6b011784fbb</url>
  <id>3e4915413c00f9e493eff8d7104ea6b011784fbb</id>
  <committed-date>2008-09-08T08:34:28-07:00</committed-date>
  <authored-date>2008-09-08T08:34:28-07:00</authored-date>
  <message>with a working rcov it's much simpler</message>
  <tree>a65a4ed5cafda7473022564a281eb49bf2c594a9</tree>
  <committer>
    <name>S. Brent Faulkner</name>
    <email>brentf@unwwwired.net</email>
  </committer>
</commit>
