<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -117,3 +117,13 @@ task 'sinatra.gemspec' =&gt; FileList['{lib,test,compat}/**','Rakefile','CHANGES','
   File.open(f.name, 'w') { |io| io.write(spec) }
   puts &quot;updated #{f.name}&quot;
 end
+
+# Rcov ==============================================================
+namespace :test do
+  desc 'Mesures test coverage'
+  task :coverage do
+    rm_f &quot;coverage&quot;
+    rcov = &quot;rcov --text-summary --test-unit-only -Ilib&quot;
+    system(&quot;#{rcov} --no-html --no-color test/*_test.rb&quot;)
+  end
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61a2568dc1cdc1e36930dace6153c1ae35089db0</id>
    </parent>
  </parents>
  <author>
    <name>Homer Simpson</name>
    <email>homer@icarus.(none)</email>
  </author>
  <url>http://github.com/rtomayko/sinatra/commit/6fdf0e1445129f85dd83afe3c315f1d1ffac84d2</url>
  <id>6fdf0e1445129f85dd83afe3c315f1d1ffac84d2</id>
  <committed-date>2009-09-25T15:28:09-07:00</committed-date>
  <authored-date>2009-09-25T15:28:09-07:00</authored-date>
  <message>added rake task for rcov</message>
  <tree>7960d091ea9373653b2482f4790d90e52afe988c</tree>
  <committer>
    <name>Homer Simpson</name>
    <email>homer@icarus.(none)</email>
  </committer>
</commit>
