<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,5 +20,12 @@ Spec::Rake::SpecTask.new do |t|
   t.spec_opts = [&quot;--options&quot;, &quot;spec/spec.opts&quot;]
 end
 
+desc &quot;Run all specs and get coverage statistics&quot;
+Spec::Rake::SpecTask.new('spec:rcov') do |t|
+  t.spec_files = FileList[&quot;spec/**/*_spec.rb&quot;]
+  t.rcov = true
+  t.spec_opts = [&quot;--options&quot;, &quot;spec/spec.opts&quot;]
+end
+
 Rake::Task[:default].prerequisites.clear
 task :default =&gt; :spec</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af78ae40e5a65535b31703d6717bb77d3aab3c85</id>
    </parent>
  </parents>
  <author>
    <name>abhay</name>
    <email>abhay@97666ce3-63e7-4ded-9107-7b9b1732aa72</email>
  </author>
  <url>http://github.com/abhay/gchart/commit/b827bd782bfbe63ea33989183a6e178940ac10fa</url>
  <id>b827bd782bfbe63ea33989183a6e178940ac10fa</id>
  <committed-date>2007-12-28T01:32:33-08:00</committed-date>
  <authored-date>2007-12-28T01:32:33-08:00</authored-date>
  <message>added coverage task for rspec

git-svn-id: http://gchart.rubyforge.org/svn/trunk@37 97666ce3-63e7-4ded-9107-7b9b1732aa72</message>
  <tree>f5b81109b3979be5986757f55d71d1c1afd7b09d</tree>
  <committer>
    <name>abhay</name>
    <email>abhay@97666ce3-63e7-4ded-9107-7b9b1732aa72</email>
  </committer>
</commit>
