<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,9 +47,9 @@ Spec::Rake::SpecTask.new(&quot;spec:rcov&quot;) do |t|
 end
 # so we don't confuse autotest
 RCov::VerifyTask.new(:rcov) do |t|
-  # Can't get threshold up to 100 until the RSpec &lt; 1.0 compatibility
+  # Can't get threshold up to 100 unless RSpec backwards compatibility
   # code is dropped
-  t.threshold = 99
+  t.threshold = 98
   t.require_exact_threshold = false
 end
 task &quot;spec:rcov&quot; do</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# (c) Copyright 2006-2008 Nick Sieger &lt;nicksieger@gmail.com&gt;
+# (c) Copyright 2006-2009 Nick Sieger &lt;nicksieger@gmail.com&gt;
 # See the file LICENSE.txt included with the distribution for
 # software license details.
 
@@ -53,11 +53,19 @@ module CI
         @formatter.start(spec_count)
       end
 
+      # rspec 0.9
       def add_behaviour(name)
         @formatter.add_behaviour(name)
         new_suite(name)
       end
 
+      # Compatibility with rspec &lt; 1.2.4
+      def add_example_group(example_group)
+        @formatter.add_example_group(example_group)
+        new_suite(example_group.description)
+      end
+
+      # rspec &gt;= 1.2.4
       def example_group_started(example_group)
         @formatter.example_group_started(example_group)
         new_suite(example_group.description)</diff>
      <filename>lib/ci/reporter/rspec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>42134551441490794d1ba80ecf454865765a43e6</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/ci_reporter/commit/5b0c3bda89cb0a09108a15191495671143cd5640</url>
  <id>5b0c3bda89cb0a09108a15191495671143cd5640</id>
  <committed-date>2009-04-18T08:37:19-07:00</committed-date>
  <authored-date>2009-04-18T08:37:19-07:00</authored-date>
  <message>Add backward compatibility method</message>
  <tree>948eb820d51ee001ef96733ab2cab40721dc6c2e</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
