<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/unit/tracker/hourly_spread_spec.rb</filename>
    </added>
    <added>
      <filename>tasks/rspec.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,3 +7,4 @@ requests.db
 /tmp
 /classes
 /files
+/coverage
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
 Dir[File.dirname(__FILE__) + &quot;/tasks/*.rake&quot;].each { |file| load(file) }
  
-task :default =&gt; :spec
-
+task :default =&gt; :spec
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -59,6 +59,7 @@ describe RequestLogAnalyzer::Tracker::Timespan, 'reporting' do
   it &quot;should generate a report without errors when multiple requests were tracked&quot; do
     @tracker.update(request(:category =&gt; 'a', :timestamp =&gt; 20090102000000))
     @tracker.update(request(:category =&gt; 'a', :timestamp =&gt; 20090101000000))
+    @tracker.update(request(:category =&gt; 'a', :timestamp =&gt; 20090103000000))  
     lambda { @tracker.report(mock_output) }.should_not raise_error
   end
 end
\ No newline at end of file</diff>
      <filename>spec/unit/tracker/timespan_tracker_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>05b7d70dfa40a3ffd71f62e4c0b0b30660282471</id>
    </parent>
  </parents>
  <author>
    <name>Bart ten Brinke</name>
    <email>info@retrosync.com</email>
  </author>
  <url>http://github.com/wvanbergen/request-log-analyzer/commit/01d465243c6dd7a23e21555de3982d59ec2e7d85</url>
  <id>01d465243c6dd7a23e21555de3982d59ec2e7d85</id>
  <committed-date>2009-06-12T04:09:02-07:00</committed-date>
  <authored-date>2009-06-12T04:09:02-07:00</authored-date>
  <message>Added rcov and added specs</message>
  <tree>a0bfd4a1f9289d383cfce93453b879d2098d852a</tree>
  <committer>
    <name>Bart ten Brinke</name>
    <email>info@retrosync.com</email>
  </committer>
</commit>
