<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/spec_html.opts</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -15,3 +15,5 @@ vendor/sync/*
 !vendor/sync/SugarCRM/
 !vendor/sync/SystemApiSamples/
 !vendor/sync/Test/
+doc/rspec_report.html
+</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,12 @@ Spec::Rake::SpecTask.new(:spec =&gt; spec_prereq) do |t|
 end
 
 namespace :spec do
+  desc &quot;Run all specs and generate html report&quot;
+  Spec::Rake::SpecTask.new(:html) do |t|
+    t.spec_opts = ['--options', &quot;\&quot;#{RAILS_ROOT}/spec/spec_html.opts\&quot;&quot;]
+    t.spec_files = FileList['spec/**/*_spec.rb']
+  end
+  
   desc &quot;Run all specs in spec directory with RCov (excluding plugin specs)&quot;
   Spec::Rake::SpecTask.new(:rcov) do |t|
     t.spec_opts = ['--options', &quot;\&quot;#{RAILS_ROOT}/spec/spec.opts\&quot;&quot;]</diff>
      <filename>lib/tasks/rspec.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b210f51ee91f67474b1b3ce2f234e6b0f052635d</id>
    </parent>
  </parents>
  <author>
    <name>Robin Spainhour</name>
    <email>robin@robinspainhour.com</email>
  </author>
  <url>http://github.com/rhomobile/rhosync/commit/6c190e8a575c4f7c33a6ecae4eab1cd468374e26</url>
  <id>6c190e8a575c4f7c33a6ecae4eab1cd468374e26</id>
  <committed-date>2009-10-05T14:30:55-07:00</committed-date>
  <authored-date>2009-10-03T07:54:23-07:00</authored-date>
  <message>Added rake taks spec:html to generate html report in doc/rspec_report.html</message>
  <tree>d86debe39a537e1ac48bb5e39b2bb881b5fa110d</tree>
  <committer>
    <name>Robin Spainhour</name>
    <email>robin@robinspainhour.com</email>
  </committer>
</commit>
