<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,8 +24,15 @@ begin
   Spec::Rake::SpecTask.new('spec') do |t|
     t.spec_files = FileList['spec//*_spec.rb']
   end
+  
+  desc &quot;Run all specs, with coverage&quot;
+  Spec::Rake::SpecTask.new('spec:coverage') do |t|
+    t.spec_files = FileList['spec//*_spec.rb']
+    t.rcov = true
+    t.rcov_opts = ['--exclude', 'spec,osx\/objc,gems\/']
+  end
 rescue LoadError
-  puts &quot;RSpec is required to run tests. Install it with: sudo gem install rspec&quot;
+  puts &quot;RSpec and RCov are required to run tests. Install it with: sudo gem install rspec rcov&quot;
 end
 
 require 'rake/rdoctask'</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a14c23a7fa91e5721fad92c19e52661fd8c41ae</id>
    </parent>
  </parents>
  <author>
    <name>Jon Wood</name>
    <email>jon@blankpad.net</email>
  </author>
  <url>http://github.com/jellybob/deployment_notifier/commit/f39df6265f737541c8597e8e520ec228d12e50d7</url>
  <id>f39df6265f737541c8597e8e520ec228d12e50d7</id>
  <committed-date>2009-10-05T03:43:22-07:00</committed-date>
  <authored-date>2009-10-05T03:43:22-07:00</authored-date>
  <message>Enable coverage reports</message>
  <tree>037e391d8a449d503d84070697ff1ae19596bbcc</tree>
  <committer>
    <name>Jon Wood</name>
    <email>jon@blankpad.net</email>
  </committer>
</commit>
